3-dimensional plane: dot(n,x) - d = 0 Generated from class MR.Plane3d. This is the const half of the class. More...
Classes | |
| struct | _Underlying |
Public Member Functions | |
| virtual void | Dispose () |
| unsafe | Const_Plane3d () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Plane3d (MR.Const_Plane3d _other) |
| Generated from constructor MR.Plane3d.Plane3d. | |
| Const_Plane3d (Plane3d _other) | |
| Generated from constructor MR.Plane3d.Plane3d. | |
| unsafe | Const_Plane3d (in MR.Vector3d n, double d) |
| Generated from constructor MR.Plane3d.Plane3d. | |
| unsafe | Const_Plane3d (MR.Const_Plane3f p) |
| Generated from constructor MR.Plane3d.Plane3d. | |
| unsafe double | distance (in MR.Vector3d x) |
| returns distance from given point to this plane (if n is a unit vector) Generated from method MR.Plane3d.distance. | |
| unsafe MR.Plane3d | normalized () |
| returns same plane represented with unit n-vector Generated from method MR.Plane3d.normalized. | |
| unsafe MR.Vector3d | project (in MR.Vector3d p) |
| finds the closest point on plane Generated from method MR.Plane3d.project. | |
Static Public Member Functions | |
| static unsafe MR.Plane3d | fromDirAndPt (in MR.Vector3d n, in MR.Vector3d p) |
| Generated from method MR.Plane3d.fromDirAndPt. | |
| static unsafe MR.Plane3d | operator- (MR.Const_Plane3d _this) |
| returns same plane represented with flipped direction of n-vector Generated from method MR::Plane3d::operator-. | |
| static unsafe MR.Const_Plane3d | operator+ (MR.Const_Plane3d _this) |
| returns same representation Generated from method MR::Plane3d::operator+. | |
Protected Member Functions | |
| virtual unsafe void | Dispose (bool disposing) |
Protected Attributes | |
| unsafe MR.Vector3d * | __ref_storage_n |
| unsafe double * | __ref_storage_d |
Properties | |
| unsafe ref readonly MR.Vector3d | n [get] |
| unsafe double | d [get] |
3-dimensional plane: dot(n,x) - d = 0 Generated from class MR.Plane3d. This is the const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Generated from constructor MR.Plane3d.Plane3d.
|
inline |
Generated from constructor MR.Plane3d.Plane3d.
|
inline |
Generated from constructor MR.Plane3d.Plane3d.
|
inline |
Generated from constructor MR.Plane3d.Plane3d.
|
inlinevirtual |
|
inlineprotectedvirtual |
|
inline |
returns distance from given point to this plane (if n is a unit vector) Generated from method MR.Plane3d.distance.
|
inlinestatic |
Generated from method MR.Plane3d.fromDirAndPt.
|
inline |
returns same plane represented with unit n-vector Generated from method MR.Plane3d.normalized.
|
inlinestatic |
returns same representation Generated from method MR::Plane3d::operator+.
|
inlinestatic |
returns same plane represented with flipped direction of n-vector Generated from method MR::Plane3d::operator-.
|
inline |
finds the closest point on plane Generated from method MR.Plane3d.project.
|
protected |
|
protected |
|
get |
|
get |