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

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

Inheritance diagram for MR.Const_TwoLineSegmClosestPoints_Float:

Classes

struct  _Underlying

Public Member Functions

virtual void Dispose ()
unsafe Const_TwoLineSegmClosestPoints_Float ()
 Constructs an empty (default-constructed) instance.
unsafe Const_TwoLineSegmClosestPoints_Float (MR.Vector3f a, MR.Vector3f b, MR.Vector3f dir)
 Constructs MR::TwoLineSegmClosestPoints<float> elementwise.
unsafe Const_TwoLineSegmClosestPoints_Float (MR.Const_TwoLineSegmClosestPoints_Float _other)
 Generated from constructor MR::TwoLineSegmClosestPoints<float>::TwoLineSegmClosestPoints.
 Const_TwoLineSegmClosestPoints_Float (TwoLineSegmClosestPoints_Float _other)
 Generated from constructor MR::TwoLineSegmClosestPoints<float>::TwoLineSegmClosestPoints.

Protected Member Functions

virtual unsafe void Dispose (bool disposing)

Protected Attributes

unsafe MR.Vector3f__ref_storage_a
unsafe MR.Vector3f__ref_storage_b
unsafe MR.Vector3f__ref_storage_dir

Properties

unsafe ref readonly MR.Vector3f a [get]
 the closest points each from its respective segment
unsafe ref readonly MR.Vector3f b [get]
 the closest points each from its respective segment
unsafe ref readonly MR.Vector3f dir [get]

Detailed Description

Generated from class MR::TwoLineSegmClosestPoints<float>. This is the const half of the class.

Constructor & Destructor Documentation

◆ Const_TwoLineSegmClosestPoints_Float() [1/4]

unsafe MR.Const_TwoLineSegmClosestPoints_Float.Const_TwoLineSegmClosestPoints_Float ( )
inline

Constructs an empty (default-constructed) instance.

◆ Const_TwoLineSegmClosestPoints_Float() [2/4]

unsafe MR.Const_TwoLineSegmClosestPoints_Float.Const_TwoLineSegmClosestPoints_Float ( MR.Vector3f a,
MR.Vector3f b,
MR.Vector3f dir )
inline

Constructs MR::TwoLineSegmClosestPoints<float> elementwise.

◆ Const_TwoLineSegmClosestPoints_Float() [3/4]

unsafe MR.Const_TwoLineSegmClosestPoints_Float.Const_TwoLineSegmClosestPoints_Float ( MR.Const_TwoLineSegmClosestPoints_Float _other)
inline

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

◆ Const_TwoLineSegmClosestPoints_Float() [4/4]

MR.Const_TwoLineSegmClosestPoints_Float.Const_TwoLineSegmClosestPoints_Float ( TwoLineSegmClosestPoints_Float _other)
inline

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

Member Function Documentation

◆ Dispose() [1/2]

virtual void MR.Const_TwoLineSegmClosestPoints_Float.Dispose ( )
inlinevirtual

◆ Dispose() [2/2]

virtual unsafe void MR.Const_TwoLineSegmClosestPoints_Float.Dispose ( bool disposing)
inlineprotectedvirtual

Member Data Documentation

◆ __ref_storage_a

unsafe MR.Vector3f* MR.Const_TwoLineSegmClosestPoints_Float.__ref_storage_a
protected

◆ __ref_storage_b

unsafe MR.Vector3f* MR.Const_TwoLineSegmClosestPoints_Float.__ref_storage_b
protected

◆ __ref_storage_dir

unsafe MR.Vector3f* MR.Const_TwoLineSegmClosestPoints_Float.__ref_storage_dir
protected

Property Documentation

◆ a

unsafe ref readonly MR.Vector3f MR.Const_TwoLineSegmClosestPoints_Float.a
get

the closest points each from its respective segment

◆ b

unsafe ref readonly MR.Vector3f MR.Const_TwoLineSegmClosestPoints_Float.b
get

the closest points each from its respective segment

◆ dir

unsafe ref readonly MR.Vector3f MR.Const_TwoLineSegmClosestPoints_Float.dir
get

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