Transform Constructor (Double) |
Initializes a new transform matrix with a specified value along the diagonal.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic Transform(
double diagonalValue
)
Public Sub New (
diagonalValue As Double
)
Parameters
- diagonalValue
- Type: SystemDouble
Value to assign to all diagonal cells except M33 which is set to 1.0.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also