Property | Type | Description | |
---|---|---|---|
iPitch | int | ||
iRoll | int | ||
iX | int | ||
iY | int | ||
iZ | int |
Method | Description | |
---|---|---|
ToString ( ) : string |
The position in string format.
|
|
VecPoint ( int _iX, int _iY, int _iZ, int _iPitch, int _iRoll ) : System |
Constructor setting up the point location.
|
public VecPoint ( int _iX, int _iY, int _iZ, int _iPitch, int _iRoll ) : System | ||
_iX | int | X coordinate. |
_iY | int | Y coordinate. |
_iZ | int | Z coordinate. |
_iPitch | int | Pitch. |
_iRoll | int | Roll. |
return | System |