Operators_T_Rhino_Geometry_Transform - mcneel/rhinocommon-api-docs GitHub Wiki
The Transform type exposes the following members.
| Name | Description | |
|---|---|---|
![]()
|
Equality | Determines if two transformations are equal in value. |
![]()
|
Inequality | Determines if two transformations are different in value. |
![]()
|
Multiply(Transform, Point3d) | Multiplies a transformation by a point and gets a new point. |
![]()
|
Multiply(Transform, Transform) | Multiplies (combines) two transformations. |
![]()
|
Multiply(Transform, Vector3d) | Multiplies a transformation by a vector and gets a new vector. |
