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

Public Member Functions

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

Detailed Description

Generated from:  MR::Sphere2f
Aliases:  Sphere_Vector2_float

\\ingroup MathGroup

Constructor & Destructor Documentation

◆ __init__() [1/3]

None meshlib.mrmeshpy.Sphere2f.__init__ ( self)

◆ __init__() [2/3]

None meshlib.mrmeshpy.Sphere2f.__init__ ( self,
Vector2f c,
float r )

◆ __init__() [3/3]

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

Member Function Documentation

◆ __eq__()

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

◆ distance()

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

◆ distanceSq()

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

◆ project()

Vector2f meshlib.mrmeshpy.Sphere2f.project ( self,
Vector2f x )
finds the closest point on sphere

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