Plane Methods |
The Plane type exposes the following members.
Name | Description | |
---|---|---|
DistanceToPoint |
Computes the distance from point to plane.
| |
Equals(Object) |
Determines whether the specified Object is equal to this instance.
(Overrides ObjectEquals(Object).) | |
Equals(Plane) |
Determines whether the specified Plane is equal to this instance.
| |
Equals(Plane, Double) |
Determines whether the specified Plane is equal to this instance.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
FromPoints |
Constructs a new Plane object from three points.
| |
GetHashCode |
Returns a hash code for this instance.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Normalize |
Normalizes this plane by dividing its components
by the Normal vector's norm.
| |
ToString |
Returns a String that represents this instance.
(Overrides ObjectToString.) | |
ToString(Char) |
Returns a String that represents this instance.
| |
ToString(Char, IFormatProvider) |
Returns a String that represents this instance.
| |
ToString(String, IFormatProvider) |
Returns a String that represents this instance.
|
Name | Description | |
---|---|---|
HasMethod |
Checks whether an object implements a method with the given name.
(Defined by ExtensionMethods.) | |
IsEqual |
Compares two objects for equality, performing an elementwise
comparison if the elements are vectors or matrices.
(Defined by Matrix.) | |
To(Type) | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) | |
ToT | Overloaded.
Converts an object into another type, irrespective of whether
the conversion can be done at compile time or not. This can be
used to convert generic types to numeric types during runtime.
(Defined by ExtensionMethods.) |