MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Features.Primitives.Plane Class Reference

Generated from class MR.Features.Primitives.Plane. This is the non-const half of the class. More...

Inheritance diagram for MR.Features.Primitives.Plane:

Public Member Functions

unsafe Plane ()
 Constructs an empty (default-constructed) instance.
unsafe Plane (MR.Vector3f center, MR.Vector3f normal)
 Constructs MR.Features.Primitives.Plane elementwise.
unsafe Plane (MR.Features.Primitives.Const_Plane _other)
 Generated from constructor MR.Features.Primitives.Plane.Plane.
 Plane (Plane _other)
 Generated from constructor MR.Features.Primitives.Plane.Plane.
unsafe MR.Features.Primitives.Plane assign (MR.Features.Primitives.Const_Plane _other)
 Generated from method MR::Features::Primitives::Plane::operator=.
Public Member Functions inherited from MR.Features.Primitives.Const_Plane
virtual void Dispose ()
unsafe Const_Plane ()
 Constructs an empty (default-constructed) instance.
unsafe Const_Plane (MR.Vector3f center, MR.Vector3f normal)
 Constructs MR.Features.Primitives.Plane elementwise.
unsafe Const_Plane (MR.Features.Primitives.Const_Plane _other)
 Generated from constructor MR.Features.Primitives.Plane.Plane.
 Const_Plane (Plane _other)
 Generated from constructor MR.Features.Primitives.Plane.Plane.
unsafe MR.Features.Primitives.ConeSegment intersectWithPlane (MR.Features.Primitives.Const_Plane other)
 Generated from method MR.Features.Primitives.Plane.intersectWithPlane.
unsafe MR.Sphere3f intersectWithLine (MR.Features.Primitives.Const_ConeSegment line)
 Generated from method MR.Features.Primitives.Plane.intersectWithLine.
bool Equals (MR.Features.Primitives.Const_Plane? _2)
override bool Equals (object? other)

Properties

new unsafe ref MR.Vector3f center [get]
new unsafe ref MR.Vector3f normal [get]
Properties inherited from MR.Features.Primitives.Const_Plane
unsafe ref readonly MR.Vector3f center [get]
unsafe ref readonly MR.Vector3f normal [get]

Additional Inherited Members

Static Public Member Functions inherited from MR.Features.Primitives.Const_Plane
static unsafe bool operator== (MR.Features.Primitives.Const_Plane _1, MR.Features.Primitives.Const_Plane _2)
 Generated from function MR::Features::Primitives::operator==.
static unsafe bool operator!= (MR.Features.Primitives.Const_Plane _1, MR.Features.Primitives.Const_Plane _2)
Protected Member Functions inherited from MR.Features.Primitives.Const_Plane
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Features.Primitives.Const_Plane
unsafe MR.Vector3f__ref_storage_center
unsafe MR.Vector3f__ref_storage_normal

Detailed Description

Generated from class MR.Features.Primitives.Plane. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ Plane() [1/4]

unsafe MR.Features.Primitives.Plane.Plane ( )
inline

Constructs an empty (default-constructed) instance.

◆ Plane() [2/4]

unsafe MR.Features.Primitives.Plane.Plane ( MR.Vector3f center,
MR.Vector3f normal )
inline

Constructs MR.Features.Primitives.Plane elementwise.

◆ Plane() [3/4]

unsafe MR.Features.Primitives.Plane.Plane ( MR.Features.Primitives.Const_Plane _other)
inline

Generated from constructor MR.Features.Primitives.Plane.Plane.

◆ Plane() [4/4]

MR.Features.Primitives.Plane.Plane ( Plane _other)
inline

Generated from constructor MR.Features.Primitives.Plane.Plane.

Member Function Documentation

◆ assign()

unsafe MR.Features.Primitives.Plane MR.Features.Primitives.Plane.assign ( MR.Features.Primitives.Const_Plane _other)
inline

Generated from method MR::Features::Primitives::Plane::operator=.

Property Documentation

◆ center

new unsafe ref MR.Vector3f MR.Features.Primitives.Plane.center
get

◆ normal

new unsafe ref MR.Vector3f MR.Features.Primitives.Plane.normal
get

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