Initializes a new two-dimensional vector from two components.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Point3f(
float x,
float y,
float z
)
Public Sub New (
x As Single,
y As Single,
z As Single
)
Parameters
- x
- Type: SystemSingle
X component of vector. - y
- Type: SystemSingle
Y component of vector. - z
- Type: SystemSingle
Z component of vector.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also