Point3D constructor
Namespace:
Hyleos.Common.GeometryAssembly: Hyleos.Common (in Hyleos.Common.dll) Version: 1.0.3.2 (1.0.3.2)
Syntax
| C# |
|---|
public Point3D( float x, float y, float z ) |
| Visual Basic (Declaration) |
|---|
Public Sub New ( _ x As Single, _ y As Single, _ z As Single _ ) |
| Visual C++ |
|---|
public: Point3D( float x, float y, float z ) |
Parameters
- x
- Type: System..::.Single
X coordinate
- y
- Type: System..::.Single
Y coordinate
- z
- Type: System..::.Single
Z coordinate