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=.

Properties

new unsafe ref MR.Vector3f center [get]
new unsafe ref MR.Vector3f normal [get]

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: