Public Member Functions | |
| Vector3i | __call__ (self, Vector3d p) |
| Vector3i | __call__ (self, Vector3f p) |
| None | __init__ (self) |
| None | __init__ (self, ConvertToIntVector arg0) |
| None | __init__ (self, Vector3d center, float invRange) |
| int | scaleOnly (self, float v) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| ConvertToIntVector | operator (*args, **kwargs) |
| ConvertToIntVector | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_center = 0 |
| typing | _offsetof_invRange = 24 |
Generated from: MR::ConvertToIntVector translate then scale float-to-int coordinate converter
|
static |
| None mrmeshpy.ConvertToIntVector.__init__ | ( | self | ) |
| None mrmeshpy.ConvertToIntVector.__init__ | ( | self, | |
| ConvertToIntVector | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.ConvertToIntVector.__init__ | ( | self, | |
| Vector3d | center, | ||
| float | invRange ) |
Implicit aggregate constructor.
double-to-int coordinates converter
float-to-int coordinates converter
|
static |
|
static |
| int mrmeshpy.ConvertToIntVector.scaleOnly | ( | self, | |
| float | v ) |
applies scaling only (without translation) with the following rounding to the nearest int
|
staticprotected |
|
staticprotected |