Matrix Constructor (Transform) |
Initializes a new instance of the matrix based on a 4x4 matrix
Transform.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Matrix(
Transform xform
)
Public Sub New (
xform As Transform
)
Parameters
- xform
- Type: Rhino.GeometryTransform
A 4x4 matrix to copy from.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also