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

Represents a segment on one edge Generated from class MR.EdgeSegment. This is the const half of the class. More...

Inheritance diagram for MR.Const_EdgeSegment:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_EdgeSegment ()
 Constructs an empty (default-constructed) instance.
unsafe Const_EdgeSegment (MR.Const_EdgeSegment _other)
 Generated from constructor MR.EdgeSegment.EdgeSegment.
 Const_EdgeSegment (EdgeSegment _other)
 Generated from constructor MR.EdgeSegment.EdgeSegment.
unsafe Const_EdgeSegment (MR.EdgeId e, float? a=null, float? b=null)
 Generated from constructor MR.EdgeSegment.EdgeSegment. Parameter a defaults to 0.0f. Parameter b defaults to 1.0f.
unsafe MR.EdgePoint edgePointA ()
 returns starting EdgePoint Generated from method MR.EdgeSegment.edgePointA.
unsafe MR.EdgePoint edgePointB ()
 returns ending EdgePoint Generated from method MR.EdgeSegment.edgePointB.
unsafe bool valid ()
 returns true if the edge is valid and start point is less than end point Generated from method MR.EdgeSegment.valid.
unsafe MR.EdgeSegment sym ()
 represents the same segment relative to sym edge in Generated from method MR.EdgeSegment.sym.
bool Equals (MR.Const_EdgeSegment? rhs)
override bool Equals (object? other)

Static Public Member Functions

static unsafe implicit operator Const_EdgeSegment (MR.EdgeId e)
 Generated from constructor MR.EdgeSegment.EdgeSegment. Parameter a defaults to 0.0f. Parameter b defaults to 1.0f.
static unsafe bool operator== (MR.Const_EdgeSegment _this, MR.Const_EdgeSegment rhs)
 Generated from method MR::EdgeSegment::operator==.
static unsafe bool operator!= (MR.Const_EdgeSegment _this, MR.Const_EdgeSegment rhs)

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.EdgeId__ref_storage_e

Properties

unsafe ref readonly MR.EdgeId e [get]
 id of the edge
unsafe MR.Const_SegmPointf a [get, protected set]
 start of the segment
unsafe MR.Const_SegmPointf b [get, protected set]
 end of the segment

Detailed Description

Represents a segment on one edge Generated from class MR.EdgeSegment. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_EdgeSegment() [1/4]

unsafe MR.Const_EdgeSegment.Const_EdgeSegment ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_EdgeSegment() [2/4]

unsafe MR.Const_EdgeSegment.Const_EdgeSegment ( MR.Const_EdgeSegment _other)
inline

Generated from constructor MR.EdgeSegment.EdgeSegment.

◆ Const_EdgeSegment() [3/4]

MR.Const_EdgeSegment.Const_EdgeSegment ( EdgeSegment _other)
inline

Generated from constructor MR.EdgeSegment.EdgeSegment.

◆ Const_EdgeSegment() [4/4]

unsafe MR.Const_EdgeSegment.Const_EdgeSegment ( MR.EdgeId e,
float? a = null,
float? b = null )
inline

Generated from constructor MR.EdgeSegment.EdgeSegment. Parameter a defaults to 0.0f. Parameter b defaults to 1.0f.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_EdgeSegment.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ edgePointA()

unsafe MR.EdgePoint MR.Const_EdgeSegment.edgePointA ( )
inline

returns starting EdgePoint Generated from method MR.EdgeSegment.edgePointA.

◆ edgePointB()

unsafe MR.EdgePoint MR.Const_EdgeSegment.edgePointB ( )
inline

returns ending EdgePoint Generated from method MR.EdgeSegment.edgePointB.

◆ Equals() [1/2]

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

◆ Equals() [2/2]

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

◆ operator Const_EdgeSegment()

unsafe implicit MR.Const_EdgeSegment.operator Const_EdgeSegment ( MR.EdgeId e)
inlinestatic

Generated from constructor MR.EdgeSegment.EdgeSegment. Parameter a defaults to 0.0f. Parameter b defaults to 1.0f.

◆ operator!=()

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

◆ operator==()

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

Generated from method MR::EdgeSegment::operator==.

◆ sym()

unsafe MR.EdgeSegment MR.Const_EdgeSegment.sym ( )
inline

represents the same segment relative to sym edge in Generated from method MR.EdgeSegment.sym.

◆ valid()

unsafe bool MR.Const_EdgeSegment.valid ( )
inline

returns true if the edge is valid and start point is less than end point Generated from method MR.EdgeSegment.valid.

Member Data Documentation

◆ __ref_storage_e

unsafe MR.EdgeId* MR.Const_EdgeSegment.__ref_storage_e
protected

Property Documentation

◆ a

unsafe MR.Const_SegmPointf MR.Const_EdgeSegment.a
getprotected set

start of the segment

◆ b

unsafe MR.Const_SegmPointf MR.Const_EdgeSegment.b
getprotected set

end of the segment

◆ e

unsafe ref readonly MR.EdgeId MR.Const_EdgeSegment.e
get

id of the edge


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