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

Public Member Functions

None __init__ (self)
None __init__ (self, TwoLineSegmClosestPoints_double arg0)
None __init__ (self, Vector3d a, Vector3d b, Vector3d dir)
Vector3d a (self)
None a (self, Vector3d arg1)
Vector3d b (self)
None b (self, Vector3d arg1)
Vector3d dir (self)
None dir (self, Vector3d arg1)

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_a = 0
typing _offsetof_b = 24
typing _offsetof_dir = 48

Detailed Description

Generated from:  MR::TwoLineSegmClosestPoints<double>
Aliases:  TwoLineSegmClosestPointsd

Constructor & Destructor Documentation

◆ __init__() [1/4]

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

◆ __init__() [2/4]

None mrmeshpy.TwoLineSegmClosestPoints_double.__init__ ( self)

◆ __init__() [3/4]

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

◆ __init__() [4/4]

None mrmeshpy.TwoLineSegmClosestPoints_double.__init__ ( self,
Vector3d a,
Vector3d b,
Vector3d dir )
Implicit aggregate constructor.

Member Function Documentation

◆ a() [1/2]

Vector3d mrmeshpy.TwoLineSegmClosestPoints_double.a ( self)
the closest points each from its respective segment

◆ a() [2/2]

None mrmeshpy.TwoLineSegmClosestPoints_double.a ( self,
Vector3d arg1 )

◆ b() [1/2]

Vector3d mrmeshpy.TwoLineSegmClosestPoints_double.b ( self)
the closest points each from its respective segment

◆ b() [2/2]

None mrmeshpy.TwoLineSegmClosestPoints_double.b ( self,
Vector3d arg1 )

◆ dir() [1/2]

Vector3d mrmeshpy.TwoLineSegmClosestPoints_double.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_double.dir ( self,
Vector3d arg1 )

◆ operator() [1/2]

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

◆ operator() [2/2]

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

Member Data Documentation

◆ _offsetof_a

typing mrmeshpy.TwoLineSegmClosestPoints_double._offsetof_a = 0
staticprotected

◆ _offsetof_b

typing mrmeshpy.TwoLineSegmClosestPoints_double._offsetof_b = 24
staticprotected

◆ _offsetof_dir

typing mrmeshpy.TwoLineSegmClosestPoints_double._offsetof_dir = 48
staticprotected

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