MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.Sphere2d Class Reference

Public Member Functions

bool __eq__ (self, Sphere2d b)
 
None __init__ (self)
 
None __init__ (self, Vector2d c, float r)
 
None __init__ (self, Sphere2d arg0)
 
float distance (self, Vector2d x)
 
float distanceSq (self, Vector2d x)
 
Vector2d project (self, Vector2d x)
 

Detailed Description

Generated from:  MR::Sphere2d
Aliases:  Sphere_Vector2_double

\\ingroup MathGroup

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.Sphere2d.__init__ ( self)

◆ __init__() [2/3]

None meshlib.mrmeshpy.Sphere2d.__init__ ( self,
Vector2d c,
float r )

◆ __init__() [3/3]

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

Member Function Documentation

◆ __eq__()

bool meshlib.mrmeshpy.Sphere2d.__eq__ ( self,
Sphere2d b )

◆ distance()

float meshlib.mrmeshpy.Sphere2d.distance ( self,
Vector2d x )
returns signed distance from given point to this sphere:
positive - outside, zero - on sphere, negative - inside

◆ distanceSq()

float meshlib.mrmeshpy.Sphere2d.distanceSq ( self,
Vector2d x )
returns squared distance from given point to this sphere

◆ project()

Vector2d meshlib.mrmeshpy.Sphere2d.project ( self,
Vector2d x )
finds the closest point on sphere

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