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

Public Member Functions

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

Static Public Member Functions

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

Static Protected Attributes

typing _offsetof_center = 0
 
typing _offsetof_radius = 8
 

Detailed Description

Generated from:  MR::Sphere2f

\\ingroup MathGroup

Constructor & Destructor Documentation

◆ __init__() [1/3]

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

◆ __init__() [2/3]

None mrmeshpy.Sphere2f.__init__ ( self)

◆ __init__() [3/3]

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

Member Function Documentation

◆ __eq__()

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

◆ distance()

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

◆ distanceSq()

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

◆ operator() [1/2]

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

◆ operator() [2/2]

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

◆ project()

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

Member Data Documentation

◆ _offsetof_center

typing mrmeshpy.Sphere2f._offsetof_center = 0
staticprotected

◆ _offsetof_radius

typing mrmeshpy.Sphere2f._offsetof_radius = 8
staticprotected

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