Public Member Functions | |
| None | __init__ (self) |
| None | __init__ (self, Laplacian.Attractor arg0) |
| None | __init__ (self, MeshTriPoint p, Vector3d target, float weight) |
| float | weight (self) |
| None | weight (self, float arg1) |
Static Public Member Functions | |
| None | __init__ (*args, **kwargs) |
| Laplacian.Attractor | operator (*args, **kwargs) |
| Laplacian.Attractor | operator (*args, **kwargs) |
Static Protected Attributes | |
| typing | _offsetof_p = 0 |
| typing | _offsetof_target = 16 |
| typing | _offsetof_weight = 40 |
Generated from: MR::Laplacian::Attractor attracts the given point inside some mesh's triangle to the given target with the given weight
|
static |
| None mrmeshpy.Laplacian.Attractor.__init__ | ( | self | ) |
| None mrmeshpy.Laplacian.Attractor.__init__ | ( | self, | |
| Laplacian.Attractor | arg0 ) |
Implicit copy constructor.
| None mrmeshpy.Laplacian.Attractor.__init__ | ( | self, | |
| MeshTriPoint | p, | ||
| Vector3d | target, | ||
| float | weight ) |
Implicit aggregate constructor.
|
static |
|
static |
| float mrmeshpy.Laplacian.Attractor.weight | ( | self | ) |
the weight or priority of this attractor relative to all other equations, which must be compatible with weights of other equations; the weight of ordinary equations is 1 for VertexMass::Unit, and 1 / sqrt( double area around central vertex ) for VertexMass::NeiArea
| None mrmeshpy.Laplacian.Attractor.weight | ( | self, | |
| float | arg1 ) |
|
staticprotected |
|
staticprotected |
|
staticprotected |