The Plane type exposes the following members.

Methods

  NameDescription
AngleOverloaded.
Bisector
Computes the bisecting plane of two intersecting planes.
ContainsOverloaded.
DeepCopy
A deep copy of this instance.
DistanceToOverloaded.
Equals
Tests if two planes are considered equal.
(Overrides Object..::.Equals(Object).)
GetHashCode
A hash code for the plane.
(Overrides Object..::.GetHashCode()()().)
GetType
Gets the Type of the current instance.
(Inherited from Object.)
Intersect3dOverloaded.
Intersects3dOverloaded.
IsCoplanarToOverloaded.
IsOrthogonalTo
An orthogonality test.
IsParallelToOverloaded.
MoveOverloaded.
Normalize
Normalizes all internal parameters of the plane.
RandomOrthogonalPlane
A random plane orthogonal to the plane.
RandomPlane
A random plane.
RandomPointOnPlane
A random point on the plane
ReflectInOverloaded.
RotateOverloaded.
ToString
Returns the properties of the plane in StringNumberFormat-format.
(Overrides Object..::.ToString()()().)
TransformCoordinatesOverloaded.
XY
The XY-plane (z=0).
XZ
The XZ-plane (y=0).
YZ
The YZ-plane (x=0).

Operators

  NameDescription
Equality
True if two planes are considered equal.
Inequality
False if two planes are considered equal.

See Also