RhinoCommon API
ControlPoint Constructor (Double, Double, Double) |
Constructs a new world 3-D, or Euclidean, control point.
The 4-D representation is (x, y, z, 1.0).
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)
Since: 5.0
public ControlPoint( double x, double y, double z )
Public Sub New ( x As Double, y As Double, z As Double )
Parameters
- x
- Type: SystemDouble
X coordinate of the control point. - y
- Type: SystemDouble
Y coordinate of the control point. - z
- Type: SystemDouble
Z coordinate of the control point.