MeshLib Python Docs
Loading...
Searching...
No Matches
mrmeshpy.TwoLineSegmClosestPoints_float Class Reference

Public Member Functions

None __init__ (self)
None __init__ (self, TwoLineSegmClosestPoints_float arg0)
None __init__ (self, Vector3f a, Vector3f b, Vector3f dir)
Vector3f a (self)
None a (self, Vector3f arg1)
Vector3f b (self)
None b (self, Vector3f arg1)
Vector3f dir (self)
None dir (self, Vector3f arg1)

Static Public Member Functions

None __init__ (*args, **kwargs)
TwoLineSegmClosestPoints_float operator (*args, **kwargs)
TwoLineSegmClosestPoints_float operator (*args, **kwargs)

Static Protected Attributes

typing _offsetof_a = 0
typing _offsetof_b = 12
typing _offsetof_dir = 24

Detailed Description

Generated from:  MR::TwoLineSegmClosestPoints<float>
Aliases:  TwoLineSegmClosestPointsf

Constructor & Destructor Documentation

◆ __init__() [1/4]

None mrmeshpy.TwoLineSegmClosestPoints_float.__init__ ( * args,
** kwargs )
static

◆ __init__() [2/4]

None mrmeshpy.TwoLineSegmClosestPoints_float.__init__ ( self)

◆ __init__() [3/4]

None mrmeshpy.TwoLineSegmClosestPoints_float.__init__ ( self,
TwoLineSegmClosestPoints_float arg0 )
Implicit copy constructor.

◆ __init__() [4/4]

None mrmeshpy.TwoLineSegmClosestPoints_float.__init__ ( self,
Vector3f a,
Vector3f b,
Vector3f dir )
Implicit aggregate constructor.

Member Function Documentation

◆ a() [1/2]

Vector3f mrmeshpy.TwoLineSegmClosestPoints_float.a ( self)
the closest points each from its respective segment

◆ a() [2/2]

None mrmeshpy.TwoLineSegmClosestPoints_float.a ( self,
Vector3f arg1 )

◆ b() [1/2]

Vector3f mrmeshpy.TwoLineSegmClosestPoints_float.b ( self)
the closest points each from its respective segment

◆ b() [2/2]

None mrmeshpy.TwoLineSegmClosestPoints_float.b ( self,
Vector3f arg1 )

◆ dir() [1/2]

Vector3f mrmeshpy.TwoLineSegmClosestPoints_float.dir ( self)
if both closest points are in segment endpoints, then directed from closest point a to closest point b,
if both closest points are inner to the segments, then its orthogonal to both segments and directed from a to b,
otherwise it is orthogonal to the segment with inner closest point and rotated toward/away the other closest point in endpoint

◆ dir() [2/2]

None mrmeshpy.TwoLineSegmClosestPoints_float.dir ( self,
Vector3f arg1 )

◆ operator() [1/2]

TwoLineSegmClosestPoints_float mrmeshpy.TwoLineSegmClosestPoints_float.operator ( * args,
** kwargs )
static

◆ operator() [2/2]

TwoLineSegmClosestPoints_float mrmeshpy.TwoLineSegmClosestPoints_float.operator ( * args,
** kwargs )
static

Member Data Documentation

◆ _offsetof_a

typing mrmeshpy.TwoLineSegmClosestPoints_float._offsetof_a = 0
staticprotected

◆ _offsetof_b

typing mrmeshpy.TwoLineSegmClosestPoints_float._offsetof_b = 12
staticprotected

◆ _offsetof_dir

typing mrmeshpy.TwoLineSegmClosestPoints_float._offsetof_dir = 24
staticprotected

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