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

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

+ Inheritance diagram for MR.Plane3f:

Public Member Functions

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

Properties

new unsafe ref MR.Vector3f n [get]
 
new unsafe ref float d [get]
 

Detailed Description

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

Constructor & Destructor Documentation

◆ Plane3f() [1/5]

unsafe MR.Plane3f.Plane3f ( )
inline

Constructs an empty (default-constructed) instance.

◆ Plane3f() [2/5]

unsafe MR.Plane3f.Plane3f ( MR.Const_Plane3f _other)
inline

Generated from constructor MR.Plane3f.Plane3f.

◆ Plane3f() [3/5]

MR.Plane3f.Plane3f ( Plane3f _other)
inline

Generated from constructor MR.Plane3f.Plane3f.

◆ Plane3f() [4/5]

unsafe MR.Plane3f.Plane3f ( in MR.Vector3f n,
float d )
inline

Generated from constructor MR.Plane3f.Plane3f.

◆ Plane3f() [5/5]

unsafe MR.Plane3f.Plane3f ( MR.Const_Plane3d p)
inline

Generated from constructor MR.Plane3f.Plane3f.

Member Function Documentation

◆ assign()

unsafe MR.Plane3f MR.Plane3f.assign ( MR.Const_Plane3f _other)
inline

Generated from method MR.Plane3f.operator=.

Property Documentation

◆ d

new unsafe ref float MR.Plane3f.d
get

◆ n

new unsafe ref MR.Vector3f MR.Plane3f.n
get

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