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

in the most general form, geodesic path can start in any mesh location (MeshTriPoint), then pass triangles along straight lines, making turns on edges (MeshEdgePoint), and finish in any mesh location (MeshTriPoint) Generated from class MR.GeodesicPath. This is the const half of the class. More...

Inheritance diagram for MR.Const_GeodesicPath:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_GeodesicPath ()
 Constructs an empty (default-constructed) instance.
unsafe Const_GeodesicPath (MR.Const_MeshTriPoint start, MR.Std._ByValue_Vector_MREdgePoint mids, MR.Const_MeshTriPoint end)
 Constructs MR.GeodesicPath elementwise.
unsafe Const_GeodesicPath (MR._ByValue_GeodesicPath _other)
 Generated from constructor MR.GeodesicPath.GeodesicPath.
 Const_GeodesicPath (Const_GeodesicPath _other)
 Generated from constructor MR.GeodesicPath.GeodesicPath.
 Const_GeodesicPath (GeodesicPath _other)
 Generated from constructor MR.GeodesicPath.GeodesicPath.
unsafe ulong numVertices ()
 Generated from method MR.GeodesicPath.numVertices.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Properties

unsafe MR.Const_MeshTriPoint start [get, protected set]
 can be invalid, then the path starts in mids.front()
unsafe MR.Std.Const_Vector_MREdgePoint mids [get, protected set]
unsafe MR.Const_MeshTriPoint end [get, protected set]
 can be invalid, then the path ends in mids.back()

Detailed Description

in the most general form, geodesic path can start in any mesh location (MeshTriPoint), then pass triangles along straight lines, making turns on edges (MeshEdgePoint), and finish in any mesh location (MeshTriPoint) Generated from class MR.GeodesicPath. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_GeodesicPath() [1/5]

unsafe MR.Const_GeodesicPath.Const_GeodesicPath ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_GeodesicPath() [2/5]

unsafe MR.Const_GeodesicPath.Const_GeodesicPath ( MR.Const_MeshTriPoint start,
MR.Std._ByValue_Vector_MREdgePoint mids,
MR.Const_MeshTriPoint end )
inline

Constructs MR.GeodesicPath elementwise.

◆ Const_GeodesicPath() [3/5]

unsafe MR.Const_GeodesicPath.Const_GeodesicPath ( MR._ByValue_GeodesicPath _other)
inline

Generated from constructor MR.GeodesicPath.GeodesicPath.

◆ Const_GeodesicPath() [4/5]

MR.Const_GeodesicPath.Const_GeodesicPath ( Const_GeodesicPath _other)
inline

Generated from constructor MR.GeodesicPath.GeodesicPath.

◆ Const_GeodesicPath() [5/5]

MR.Const_GeodesicPath.Const_GeodesicPath ( GeodesicPath _other)
inline

Generated from constructor MR.GeodesicPath.GeodesicPath.

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_GeodesicPath.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

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

◆ numVertices()

unsafe ulong MR.Const_GeodesicPath.numVertices ( )
inline

Generated from method MR.GeodesicPath.numVertices.

Property Documentation

◆ end

unsafe MR.Const_MeshTriPoint MR.Const_GeodesicPath.end
getprotected set

can be invalid, then the path ends in mids.back()

◆ mids

unsafe MR.Std.Const_Vector_MREdgePoint MR.Const_GeodesicPath.mids
getprotected set

◆ start

unsafe MR.Const_MeshTriPoint MR.Const_GeodesicPath.start
getprotected set

can be invalid, then the path starts in mids.front()


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