|
|
Plane3 Methods |
The Plane3 type exposes the following members.
| Name | Description | |
|---|---|---|
| Equals(Object) |
test whether another object equals this plane
(Overrides ObjectEquals(Object).) | |
| Equals(Plane3) |
tests whether another plane is equal to this one
| |
| eulerRotationsDeg |
euler angles in deg of local coordinate system (order: rotation about local XYZ axes)
see https://www.geometrictools.com/Documentation/EulerAngles.pdf
| |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode |
Get hash code for this entity.
(Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| globalRotationsDeg |
rotation angles of local coordinate system about global axes
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString.) | |
| transformToGlobal |
transform local vector to global coordinate system
|
| Name | Description | |
|---|---|---|
| Convert |
Create rhino plane from karamba plane.
(Defined by GeometryExtensions.) |