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
Syntax 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.
See Also