Transform2dToTransform Method |
Gets the 4x4 transformation that applies this 2d transformation to the x and
y coordinates and leaves the z coordinate unchanged.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic Transform ToTransform()
Public Function ToTransform As Transform
Return Value
Type:
TransformThe equivalent 4x4 transformation.
See Also