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

Generated from class MR::Line3Mesh<float>. This is the non-const half of the class. More...

Inheritance diagram for MR.Line3Mesh_Float:

Public Member Functions

unsafe Line3Mesh_Float ()
 Constructs an empty (default-constructed) instance.
unsafe Line3Mesh_Float (MR.Const_Line3f line, MR.IntersectionPrecomputes_Float? prec, MR.Const_Mesh? mesh, MR.Const_AABBTree? tree, MR.Const_FaceBitSet? region)
 Constructs MR::Line3Mesh<float> elementwise.
unsafe Line3Mesh_Float (MR.Const_Line3Mesh_Float _other)
 Generated from constructor MR::Line3Mesh<float>::Line3Mesh.
 Line3Mesh_Float (Line3Mesh_Float _other)
 Generated from constructor MR::Line3Mesh<float>::Line3Mesh.
unsafe MR.Line3Mesh_Float assign (MR.Const_Line3Mesh_Float _other)
 Generated from method MR::Line3Mesh<float>::operator=.

Properties

new unsafe MR.Line3f line [get, protected set]
 in the reference frame of mesh
new unsafe MR.? IntersectionPrecomputes_Float prec [get, set]
 set it to a valid pointer for better performance
new unsafe MR.? Const_Mesh mesh [get, set]
 must be set a valid pointer before use
new unsafe MR.? Const_AABBTree tree [get, set]
 must be set a valid pointer before use
new unsafe MR.? Const_FaceBitSet region [get, set]
 may remain nullptr, meaning all mesh

Detailed Description

Generated from class MR::Line3Mesh<float>. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ Line3Mesh_Float() [1/4]

unsafe MR.Line3Mesh_Float.Line3Mesh_Float ( )
inline

Constructs an empty (default-constructed) instance.

◆ Line3Mesh_Float() [2/4]

unsafe MR.Line3Mesh_Float.Line3Mesh_Float ( MR.Const_Line3f line,
MR.IntersectionPrecomputes_Float? prec,
MR.Const_Mesh? mesh,
MR.Const_AABBTree? tree,
MR.Const_FaceBitSet? region )
inline

Constructs MR::Line3Mesh<float> elementwise.

◆ Line3Mesh_Float() [3/4]

unsafe MR.Line3Mesh_Float.Line3Mesh_Float ( MR.Const_Line3Mesh_Float _other)
inline

Generated from constructor MR::Line3Mesh<float>::Line3Mesh.

◆ Line3Mesh_Float() [4/4]

MR.Line3Mesh_Float.Line3Mesh_Float ( Line3Mesh_Float _other)
inline

Generated from constructor MR::Line3Mesh<float>::Line3Mesh.

Member Function Documentation

◆ assign()

unsafe MR.Line3Mesh_Float MR.Line3Mesh_Float.assign ( MR.Const_Line3Mesh_Float _other)
inline

Generated from method MR::Line3Mesh<float>::operator=.

Property Documentation

◆ line

new unsafe MR.Line3f MR.Line3Mesh_Float.line
getprotected set

in the reference frame of mesh

◆ mesh

new unsafe MR.? Const_Mesh MR.Line3Mesh_Float.mesh
getset

must be set a valid pointer before use

◆ prec

new unsafe MR.? IntersectionPrecomputes_Float MR.Line3Mesh_Float.prec
getset

set it to a valid pointer for better performance

◆ region

new unsafe MR.? Const_FaceBitSet MR.Line3Mesh_Float.region
getset

may remain nullptr, meaning all mesh

◆ tree

new unsafe MR.? Const_AABBTree MR.Line3Mesh_Float.tree
getset

must be set a valid pointer before use


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