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

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

+ Inheritance diagram for MR.Features.Primitives.Const_Plane:

Classes

struct  _Underlying
 

Public Member Functions

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

Static Public Member Functions

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

virtual unsafe void Dispose (bool disposing)
 

Properties

unsafe ref readonly MR.Vector3f center [get]
 
unsafe ref readonly MR.Vector3f normal [get]
 
- Properties inherited from MR.Misc.Object< Const_Plane >
virtual bool _IsOwning [get]
 Returns true if this is an owning instance, and when disposed, will destroy the underlying C++ instance. If false, we assume that the underlying C++ instance will live long enough.
 

Additional Inherited Members

- Protected Attributes inherited from MR.Misc.Object< Const_Plane >
bool _IsOwningVal
 

Detailed Description

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


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