MeshLib C# Docs
Loading...
Searching...
No Matches

two edge-points (e.g. representing collision point of two edges) Generated from class MR.EdgePointPair. This is the const half of the class. More...

Inheritance diagram for MR.Const_EdgePointPair:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_EdgePointPair ()
 Constructs an empty (default-constructed) instance.
unsafe Const_EdgePointPair (MR.Const_EdgePointPair _other)
 Generated from constructor MR.EdgePointPair.EdgePointPair.
 Const_EdgePointPair (EdgePointPair _other)
 Generated from constructor MR.EdgePointPair.EdgePointPair.
unsafe Const_EdgePointPair (MR.Const_EdgePoint ia, MR.Const_EdgePoint ib)
 Generated from constructor MR.EdgePointPair.EdgePointPair.
bool Equals (MR.Const_EdgePointPair? rhs)
override bool Equals (object? other)

Static Public Member Functions

static unsafe bool operator== (MR.Const_EdgePointPair _this, MR.Const_EdgePointPair rhs)
 returns true if two edge-point pairs are equal including equal not-unique representation Generated from method MR::EdgePointPair::operator==.
static unsafe bool operator!= (MR.Const_EdgePointPair _this, MR.Const_EdgePointPair rhs)

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

unsafe MR.Const_EdgePoint a [get, protected set]
unsafe MR.Const_EdgePoint b [get, protected set]

Detailed Description

two edge-points (e.g. representing collision point of two edges) Generated from class MR.EdgePointPair. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_EdgePointPair() [1/4]

unsafe MR.Const_EdgePointPair.Const_EdgePointPair ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_EdgePointPair() [2/4]

unsafe MR.Const_EdgePointPair.Const_EdgePointPair ( MR.Const_EdgePointPair _other)
inline

Generated from constructor MR.EdgePointPair.EdgePointPair.

◆ Const_EdgePointPair() [3/4]

MR.Const_EdgePointPair.Const_EdgePointPair ( EdgePointPair _other)
inline

Generated from constructor MR.EdgePointPair.EdgePointPair.

◆ Const_EdgePointPair() [4/4]

unsafe MR.Const_EdgePointPair.Const_EdgePointPair ( MR.Const_EdgePoint ia,
MR.Const_EdgePoint ib )
inline

Generated from constructor MR.EdgePointPair.EdgePointPair.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_EdgePointPair.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_EdgePointPair.Dispose ( bool disposing)
inlineprotectedvirtual

◆ Equals() [1/2]

bool MR.Const_EdgePointPair.Equals ( MR.Const_EdgePointPair? rhs)
inline

◆ Equals() [2/2]

override bool MR.Const_EdgePointPair.Equals ( object? other)
inline

◆ operator!=()

unsafe bool MR.Const_EdgePointPair.operator!= ( MR.Const_EdgePointPair _this,
MR.Const_EdgePointPair rhs )
inlinestatic

◆ operator==()

unsafe bool MR.Const_EdgePointPair.operator== ( MR.Const_EdgePointPair _this,
MR.Const_EdgePointPair rhs )
inlinestatic

returns true if two edge-point pairs are equal including equal not-unique representation Generated from method MR::EdgePointPair::operator==.

Property Documentation

◆ a

unsafe MR.Const_EdgePoint MR.Const_EdgePointPair.a
getprotected set

◆ b

unsafe MR.Const_EdgePoint MR.Const_EdgePointPair.b
getprotected set

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