Public Member Functions | |
None | __init__ (self) |
str | __repr__ (self) |
Vector3f | point (self) |
None | point (self, Vector3f arg1) |
float | zBuffer (self) |
None | zBuffer (self, float arg1) |
Static Public Member Functions | |
None | __init__ (*args, **kwargs) |
PointOnObject | operator (*args, **kwargs) |
PointOnObject | operator (*args, **kwargs) |
Static Protected Attributes | |
typing | _offsetof_point = 0 |
typing | _offsetof_zBuffer = 12 |
Generated from: MR::PointOnObject point located on either 1. face of ObjectMesh 2. line of ObjectLines 3. point of ObjectPoints
|
static |
None mrmeshpy.PointOnObject.__init__ | ( | self | ) |
str mrmeshpy.PointOnObject.__repr__ | ( | self | ) |
|
static |
|
static |
Vector3f mrmeshpy.PointOnObject.point | ( | self | ) |
3D location on the object in local coordinates
None mrmeshpy.PointOnObject.point | ( | self, | |
Vector3f | arg1 ) |
float mrmeshpy.PointOnObject.zBuffer | ( | self | ) |
z buffer value
None mrmeshpy.PointOnObject.zBuffer | ( | self, | |
float | arg1 ) |
|
staticprotected |
|
staticprotected |