RhinoCommon API
TransformDiagonal Method (Double, Double, Double) |
Constructs a new transformation with diagonal (d0,d1,d2,1.0).
Namespace: Rhino.Geometry
Assembly: RhinoCommon (in RhinoCommon.dll)

public static Transform Diagonal( double d0, double d1, double d2 )
Public Shared Function Diagonal ( d0 As Double, d1 As Double, d2 As Double ) As Transform
Parameters
- d0
- Type: SystemDouble
Transform.M00 value. - d1
- Type: SystemDouble
Transform.M11 value. - d2
- Type: SystemDouble
Transform.M22 value.
Return Value
Type: TransformA transformation with diagonal (d0,d1,d2,1.0).

Rhino for Windows
Supported in: 6.14