Class constructor
Namespace:
GLSVAssembly: GLSV (in GLSV.dll) Version: 1.2009.6.26 (1.2009.06.26)
Syntax
| C# |
|---|
public XYZ( double x, double y, double z ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ x As Double, _ y As Double, _ z As Double _ ) |
| Visual C++ |
|---|
public: XYZ( double x, double y, double z ) |
Parameters
- x
- Type: System..::.Double
X coordinate
- y
- Type: System..::.Double
Y coordinate
- z
- Type: System..::.Double
Z coordinate