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

Public Member Functions

None __init__ (self)
 
None __init__ (self, UndirectedEdgeId line, Vector2f point, float dist)
 
float dist (self)
 
None dist (self, float arg1)
 
UndirectedEdgeId line (self)
 
None line (self, UndirectedEdgeId arg1)
 
Vector2f point (self)
 
None point (self, Vector2f arg1)
 

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_dist = 12
 
typing _offsetof_line = 0
 
typing _offsetof_point = 4
 

Detailed Description

Generated from:  MR::Polyline2ProjectionWithOffsetResult

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.Polyline2ProjectionWithOffsetResult.__init__ ( self)

◆ __init__() [3/3]

None mrmeshpy.Polyline2ProjectionWithOffsetResult.__init__ ( self,
UndirectedEdgeId line,
Vector2f point,
float dist )
Implicit aggregate constructor.

Member Function Documentation

◆ dist() [1/2]

float mrmeshpy.Polyline2ProjectionWithOffsetResult.dist ( self)
distance from offset point to proj

◆ dist() [2/2]

None mrmeshpy.Polyline2ProjectionWithOffsetResult.dist ( self,
float arg1 )

◆ line() [1/2]

UndirectedEdgeId mrmeshpy.Polyline2ProjectionWithOffsetResult.line ( self)
closest line id on polyline

◆ line() [2/2]

None mrmeshpy.Polyline2ProjectionWithOffsetResult.line ( self,
UndirectedEdgeId arg1 )

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ point() [1/2]

Vector2f mrmeshpy.Polyline2ProjectionWithOffsetResult.point ( self)
closest point on polyline, transformed by xf if it is given

◆ point() [2/2]

None mrmeshpy.Polyline2ProjectionWithOffsetResult.point ( self,
Vector2f arg1 )

Member Data Documentation

◆ _offsetof_dist

typing mrmeshpy.Polyline2ProjectionWithOffsetResult._offsetof_dist = 12
staticprotected

◆ _offsetof_line

typing mrmeshpy.Polyline2ProjectionWithOffsetResult._offsetof_line = 0
staticprotected

◆ _offsetof_point

typing mrmeshpy.Polyline2ProjectionWithOffsetResult._offsetof_point = 4
staticprotected

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