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

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

+ Inheritance diagram for MR.PreciseVertCoords2:

Public Member Functions

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

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ PreciseVertCoords2() [1/4]

unsafe MR.PreciseVertCoords2.PreciseVertCoords2 ( )
inline

Constructs an empty (default-constructed) instance.

◆ PreciseVertCoords2() [2/4]

unsafe MR.PreciseVertCoords2.PreciseVertCoords2 ( MR.VertId id,
MR.Vector2i pt )
inline

Constructs MR.PreciseVertCoords2 elementwise.

◆ PreciseVertCoords2() [3/4]

unsafe MR.PreciseVertCoords2.PreciseVertCoords2 ( MR.Const_PreciseVertCoords2 _other)
inline

Generated from constructor MR.PreciseVertCoords2.PreciseVertCoords2.

◆ PreciseVertCoords2() [4/4]

MR.PreciseVertCoords2.PreciseVertCoords2 ( PreciseVertCoords2 _other)
inline

Generated from constructor MR.PreciseVertCoords2.PreciseVertCoords2.

Member Function Documentation

◆ assign()

unsafe MR.PreciseVertCoords2 MR.PreciseVertCoords2.assign ( MR.Const_PreciseVertCoords2 _other)
inline

Generated from method MR.PreciseVertCoords2.operator=.

Property Documentation

◆ id

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

< unique id of the vertex (in both contours)

integer coordinates of the vertex

◆ pt

new unsafe ref MR.Vector2i MR.PreciseVertCoords2.pt
get

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