Click or drag to resize

Plane3 Methods

The Plane3 type exposes the following members.

Methods
  NameDescription
Public methodEquals(Object)
test whether another object equals this plane
(Overrides ObjectEquals(Object).)
Public methodEquals(Plane3)
tests whether another plane is equal to this one
Public methodeulerRotationsDeg
euler angles in deg of local coordinate system (order: rotation about local XYZ axes) see https://www.geometrictools.com/Documentation/EulerAngles.pdf
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Get hash code for this entity.
(Overrides ObjectGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodglobalRotationsDeg
rotation angles of local coordinate system about global axes
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Overrides ObjectToString.)
Public methodtransformToGlobal
transform local vector to global coordinate system
Top
Extension Methods
  NameDescription
Public Extension MethodConvert
Create rhino plane from karamba plane.
(Defined by GeometryExtensions.)
Top
See Also