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

Public Member Functions

None __init__ (self)
 
None __init__ (self, Ball1f arg0)
 
None __init__ (self, float center, float radiusSq)
 
bool inside (self, float pt)
 
bool outside (self, float pt)
 
float center (self)
 
None center (self, float arg1)
 
float radiusSq (self)
 
None radiusSq (self, float arg1)
 

Static Public Attributes

typing elements = 1
 

Static Protected Member Functions

 _pybind11_conduit_v1_ (*args, **kwargs)
 

Detailed Description

Generated from:  MR::Ball1f

a ball = points surrounded by a sphere in arbitrary space with vector type V

Constructor & Destructor Documentation

◆ __init__() [1/3]

None mrmeshpy.Ball1f.__init__ ( self)
Implicit default constructor.

◆ __init__() [2/3]

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

◆ __init__() [3/3]

None mrmeshpy.Ball1f.__init__ ( self,
float center,
float radiusSq )
Implicit aggregate constructor.

Member Function Documentation

◆ _pybind11_conduit_v1_()

mrmeshpy.Ball1f._pybind11_conduit_v1_ ( * args,
** kwargs )
staticprotected

◆ center() [1/2]

float mrmeshpy.Ball1f.center ( self)
ball's center

◆ center() [2/2]

None mrmeshpy.Ball1f.center ( self,
float arg1 )

◆ inside()

bool mrmeshpy.Ball1f.inside ( self,
float pt )
returns true if given point is strictly inside the ball (not on its spherical surface)

◆ outside()

bool mrmeshpy.Ball1f.outside ( self,
float pt )
returns true if given point is strictly outside the ball (not on its spherical surface)

◆ radiusSq() [1/2]

float mrmeshpy.Ball1f.radiusSq ( self)
ball's squared radius

◆ radiusSq() [2/2]

None mrmeshpy.Ball1f.radiusSq ( self,
float arg1 )

Member Data Documentation

◆ elements

typing mrmeshpy.Ball1f.elements = 1
static

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