MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Plane3d Class Reference

3-dimensional plane: dot(n,x) - d = 0 Generated from class MR.Plane3d. This is the non-const half of the class. More...

+ Inheritance diagram for MR.Plane3d:

Public Member Functions

unsafe Plane3d ()
 Constructs an empty (default-constructed) instance.
 
unsafe Plane3d (MR.Const_Plane3d _other)
 Generated from constructor MR.Plane3d.Plane3d.
 
 Plane3d (Plane3d _other)
 Generated from constructor MR.Plane3d.Plane3d.
 
unsafe Plane3d (in MR.Vector3d n, double d)
 Generated from constructor MR.Plane3d.Plane3d.
 
unsafe Plane3d (MR.Const_Plane3f p)
 Generated from constructor MR.Plane3d.Plane3d.
 
unsafe MR.Plane3d assign (MR.Const_Plane3d _other)
 Generated from method MR.Plane3d.operator=.
 

Properties

new unsafe ref MR.Vector3d n [get]
 
new unsafe ref double d [get]
 

Detailed Description

3-dimensional plane: dot(n,x) - d = 0 Generated from class MR.Plane3d. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ Plane3d() [1/5]

unsafe MR.Plane3d.Plane3d ( )
inline

Constructs an empty (default-constructed) instance.

◆ Plane3d() [2/5]

unsafe MR.Plane3d.Plane3d ( MR.Const_Plane3d _other)
inline

Generated from constructor MR.Plane3d.Plane3d.

◆ Plane3d() [3/5]

MR.Plane3d.Plane3d ( Plane3d _other)
inline

Generated from constructor MR.Plane3d.Plane3d.

◆ Plane3d() [4/5]

unsafe MR.Plane3d.Plane3d ( in MR.Vector3d n,
double d )
inline

Generated from constructor MR.Plane3d.Plane3d.

◆ Plane3d() [5/5]

unsafe MR.Plane3d.Plane3d ( MR.Const_Plane3f p)
inline

Generated from constructor MR.Plane3d.Plane3d.

Member Function Documentation

◆ assign()

unsafe MR.Plane3d MR.Plane3d.assign ( MR.Const_Plane3d _other)
inline

Generated from method MR.Plane3d.operator=.

Property Documentation

◆ d

new unsafe ref double MR.Plane3d.d
get

◆ n

new unsafe ref MR.Vector3d MR.Plane3d.n
get

The documentation for this class was generated from the following file: