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

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

Inheritance diagram for MR.TwoLineSegmClosestPoints_Double:

Public Member Functions

unsafe TwoLineSegmClosestPoints_Double ()
 Constructs an empty (default-constructed) instance.
unsafe TwoLineSegmClosestPoints_Double (MR.Vector3d a, MR.Vector3d b, MR.Vector3d dir)
 Constructs MR::TwoLineSegmClosestPoints<double> elementwise.
unsafe TwoLineSegmClosestPoints_Double (MR.Const_TwoLineSegmClosestPoints_Double _other)
 Generated from constructor MR::TwoLineSegmClosestPoints<double>::TwoLineSegmClosestPoints.
 TwoLineSegmClosestPoints_Double (TwoLineSegmClosestPoints_Double _other)
 Generated from constructor MR::TwoLineSegmClosestPoints<double>::TwoLineSegmClosestPoints.
unsafe MR.TwoLineSegmClosestPoints_Double assign (MR.Const_TwoLineSegmClosestPoints_Double _other)
 Generated from method MR::TwoLineSegmClosestPoints<double>::operator=.

Properties

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

Detailed Description

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

Constructor & Destructor Documentation

◆ TwoLineSegmClosestPoints_Double() [1/4]

unsafe MR.TwoLineSegmClosestPoints_Double.TwoLineSegmClosestPoints_Double ( )
inline

Constructs an empty (default-constructed) instance.

◆ TwoLineSegmClosestPoints_Double() [2/4]

unsafe MR.TwoLineSegmClosestPoints_Double.TwoLineSegmClosestPoints_Double ( MR.Vector3d a,
MR.Vector3d b,
MR.Vector3d dir )
inline

Constructs MR::TwoLineSegmClosestPoints<double> elementwise.

◆ TwoLineSegmClosestPoints_Double() [3/4]

unsafe MR.TwoLineSegmClosestPoints_Double.TwoLineSegmClosestPoints_Double ( MR.Const_TwoLineSegmClosestPoints_Double _other)
inline

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

◆ TwoLineSegmClosestPoints_Double() [4/4]

MR.TwoLineSegmClosestPoints_Double.TwoLineSegmClosestPoints_Double ( TwoLineSegmClosestPoints_Double _other)
inline

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

Member Function Documentation

◆ assign()

unsafe MR.TwoLineSegmClosestPoints_Double MR.TwoLineSegmClosestPoints_Double.assign ( MR.Const_TwoLineSegmClosestPoints_Double _other)
inline

Generated from method MR::TwoLineSegmClosestPoints<double>::operator=.

Property Documentation

◆ a

new unsafe ref MR.Vector3d MR.TwoLineSegmClosestPoints_Double.a
get

the closest points each from its respective segment

◆ b

new unsafe ref MR.Vector3d MR.TwoLineSegmClosestPoints_Double.b
get

the closest points each from its respective segment

◆ dir

new unsafe ref MR.Vector3d MR.TwoLineSegmClosestPoints_Double.dir
get

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