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

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

Inheritance diagram for MR.CurvePoint:

Public Member Functions

unsafe CurvePoint ()
 Constructs an empty (default-constructed) instance.
unsafe CurvePoint (MR.Vector3f pos, MR.Vector3f dir, MR.Vector3f snorm)
 Constructs MR.CurvePoint elementwise.
unsafe CurvePoint (MR.Const_CurvePoint _other)
 Generated from constructor MR.CurvePoint.CurvePoint.
 CurvePoint (CurvePoint _other)
 Generated from constructor MR.CurvePoint.CurvePoint.
unsafe MR.CurvePoint assign (MR.Const_CurvePoint _other)
 Generated from method MR::CurvePoint::operator=.

Properties

new unsafe ref MR.Vector3f pos [get]
 position on the curve
new unsafe ref MR.Vector3f dir [get]
 direction along the curve
new unsafe ref MR.Vector3f snorm [get]
 the normal of the surface where the curve is located

Detailed Description

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

Constructor & Destructor Documentation

◆ CurvePoint() [1/4]

unsafe MR.CurvePoint.CurvePoint ( )
inline

Constructs an empty (default-constructed) instance.

◆ CurvePoint() [2/4]

unsafe MR.CurvePoint.CurvePoint ( MR.Vector3f pos,
MR.Vector3f dir,
MR.Vector3f snorm )
inline

Constructs MR.CurvePoint elementwise.

◆ CurvePoint() [3/4]

unsafe MR.CurvePoint.CurvePoint ( MR.Const_CurvePoint _other)
inline

Generated from constructor MR.CurvePoint.CurvePoint.

◆ CurvePoint() [4/4]

MR.CurvePoint.CurvePoint ( CurvePoint _other)
inline

Generated from constructor MR.CurvePoint.CurvePoint.

Member Function Documentation

◆ assign()

unsafe MR.CurvePoint MR.CurvePoint.assign ( MR.Const_CurvePoint _other)
inline

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

Property Documentation

◆ dir

new unsafe ref MR.Vector3f MR.CurvePoint.dir
get

direction along the curve

◆ pos

new unsafe ref MR.Vector3f MR.CurvePoint.pos
get

position on the curve

◆ snorm

new unsafe ref MR.Vector3f MR.CurvePoint.snorm
get

the normal of the surface where the curve is located


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