Transform2d Constructor (Double) |
Initializes a new transform matrix with a specified value along the diagonal.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntaxpublic Transform2d(
double diagonalValue
)
Public Sub New (
diagonalValue As Double
)
Parameters
- diagonalValue
- Type: SystemDouble
Value to assign to M00 and M11. The translation is zero.
See Also