Describes a vector3d.
More...
List of all members.
Public Member Functions |
HRESULT | Get ([out] double *x,[out] double *y,[out]double *z) |
| Get the values of the vector.
|
Properties |
double | X [get] |
| [propget] Get the x-value of the vector
|
double | Y [get] |
| [propget] Get the y-value of the vector
|
double | Z [get] |
| [propget] Get the z-value of the vector
|
Detailed Description
Describes a vector3d.
Member Function Documentation
HRESULT ISkpVector3d::Get |
( |
[out] double * |
x, |
|
|
[out] double * |
y, |
|
|
[out] double * |
z | |
|
) |
| | |
Get the values of the vector.
- Parameters:
-
| x | Pointer to a double to hold the value of x |
| y | Pointer to a double to hold the value of y |
| z | Pointer to a double to hold the value of z |
Property Documentation
double ISkpVector3d::X [get] |
[propget] Get the x-value of the vector
- Parameters:
-
| pVal | Pointer to a double to hold the value of x |
double ISkpVector3d::Y [get] |
[propget] Get the y-value of the vector
- Parameters:
-
| pVal | Pointer to a double to hold the value of y |
double ISkpVector3d::Z [get] |
[propget] Get the z-value of the vector
- Parameters:
-
| pVal | Pointer to a double to hold the value of z |