M_Rhino_Geometry_Point3f__ctor - mcneel/rhinocommon-api-docs GitHub Wiki
Initializes a new two-dimensional vector from two components.
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public Point3f(
float x,
float y,
float z
)
VB
Public Sub New (
x As Single,
y As Single,
z As Single
)
- x
- Type: System.Single
X component of vector. - y
- Type: System.Single
Y component of vector. - z
- Type: System.Single
Z component of vector.
Supported in: 6.0.16224.21491, 5D58w