MeshLib C# Docs
Loading...
Searching...
No Matches
MR.PreciseVertCoords Class Reference

Generated from class MR.PreciseVertCoords. This is the non-const half of the class. More...

+ Inheritance diagram for MR.PreciseVertCoords:

Public Member Functions

unsafe PreciseVertCoords ()
 Constructs an empty (default-constructed) instance.
 
unsafe PreciseVertCoords (MR.VertId id, MR.Vector3i pt)
 Constructs MR.PreciseVertCoords elementwise.
 
unsafe PreciseVertCoords (MR.Const_PreciseVertCoords _other)
 Generated from constructor MR.PreciseVertCoords.PreciseVertCoords.
 
 PreciseVertCoords (PreciseVertCoords _other)
 Generated from constructor MR.PreciseVertCoords.PreciseVertCoords.
 
unsafe MR.PreciseVertCoords assign (MR.Const_PreciseVertCoords _other)
 Generated from method MR.PreciseVertCoords.operator=.
 

Properties

new unsafe ref MR.VertId id [get]
 < unique id of the vertex (in both meshes)
 
new unsafe ref MR.Vector3i pt [get]
 

Detailed Description

Generated from class MR.PreciseVertCoords. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ PreciseVertCoords() [1/4]

unsafe MR.PreciseVertCoords.PreciseVertCoords ( )
inline

Constructs an empty (default-constructed) instance.

◆ PreciseVertCoords() [2/4]

unsafe MR.PreciseVertCoords.PreciseVertCoords ( MR.VertId id,
MR.Vector3i pt )
inline

Constructs MR.PreciseVertCoords elementwise.

◆ PreciseVertCoords() [3/4]

unsafe MR.PreciseVertCoords.PreciseVertCoords ( MR.Const_PreciseVertCoords _other)
inline

Generated from constructor MR.PreciseVertCoords.PreciseVertCoords.

◆ PreciseVertCoords() [4/4]

MR.PreciseVertCoords.PreciseVertCoords ( PreciseVertCoords _other)
inline

Generated from constructor MR.PreciseVertCoords.PreciseVertCoords.

Member Function Documentation

◆ assign()

unsafe MR.PreciseVertCoords MR.PreciseVertCoords.assign ( MR.Const_PreciseVertCoords _other)
inline

Generated from method MR.PreciseVertCoords.operator=.

Property Documentation

◆ id

new unsafe ref MR.VertId MR.PreciseVertCoords.id
get

< unique id of the vertex (in both meshes)

integer coordinates of the vertex

◆ pt

new unsafe ref MR.Vector3i MR.PreciseVertCoords.pt
get

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