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

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

+ Inheritance diagram for MR.EdgePointPair:

Public Member Functions

unsafe EdgePointPair ()
 Constructs an empty (default-constructed) instance.
 
unsafe EdgePointPair (MR.Const_EdgePointPair _other)
 Generated from constructor MR.EdgePointPair.EdgePointPair.
 
 EdgePointPair (EdgePointPair _other)
 Generated from constructor MR.EdgePointPair.EdgePointPair.
 
unsafe EdgePointPair (MR.Const_EdgePoint ia, MR.Const_EdgePoint ib)
 Generated from constructor MR.EdgePointPair.EdgePointPair.
 
unsafe MR.EdgePointPair assign (MR.Const_EdgePointPair _other)
 Generated from method MR.EdgePointPair.operator=.
 

Properties

new unsafe MR.EdgePoint a [get, protected set]
 
new unsafe MR.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 non-const half of the class.

Constructor & Destructor Documentation

◆ EdgePointPair() [1/4]

unsafe MR.EdgePointPair.EdgePointPair ( )
inline

Constructs an empty (default-constructed) instance.

◆ EdgePointPair() [2/4]

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

Generated from constructor MR.EdgePointPair.EdgePointPair.

◆ EdgePointPair() [3/4]

MR.EdgePointPair.EdgePointPair ( EdgePointPair _other)
inline

Generated from constructor MR.EdgePointPair.EdgePointPair.

◆ EdgePointPair() [4/4]

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

Generated from constructor MR.EdgePointPair.EdgePointPair.

Member Function Documentation

◆ assign()

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

Generated from method MR.EdgePointPair.operator=.

Property Documentation

◆ a

new unsafe MR.EdgePoint MR.EdgePointPair.a
getprotected set

◆ b

new unsafe MR.EdgePoint MR.EdgePointPair.b
getprotected set

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