attracts the given point inside some mesh's triangle to the given target with the given weight Generated from class MR.Laplacian.Attractor. This is the non-const half of the class. More...
Public Member Functions | |
| unsafe | Attractor () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Attractor (MR.Const_MeshTriPoint p, MR.Vector3d target, double weight) |
| Constructs MR.Laplacian.Attractor elementwise. | |
| unsafe | Attractor (MR.Laplacian.Const_Attractor _other) |
| Generated from constructor MR::Laplacian::Attractor::Attractor. | |
| Attractor (Attractor _other) | |
| Generated from constructor MR::Laplacian::Attractor::Attractor. | |
| unsafe MR.Laplacian.Attractor | assign (MR.Laplacian.Const_Attractor _other) |
| Generated from method MR::Laplacian::Attractor::operator=. | |
| Public Member Functions inherited from MR.Const_Laplacian.Const_Attractor | |
| virtual void | Dispose () |
| unsafe | Const_Attractor () |
| Constructs an empty (default-constructed) instance. | |
| unsafe | Const_Attractor (MR.Const_MeshTriPoint p, MR.Vector3d target, double weight) |
| Constructs MR.Laplacian.Attractor elementwise. | |
| unsafe | Const_Attractor (MR.Laplacian.Const_Attractor _other) |
| Generated from constructor MR::Laplacian::Attractor::Attractor. | |
| Const_Attractor (Attractor _other) | |
| Generated from constructor MR::Laplacian::Attractor::Attractor. | |
Properties | |
| new unsafe MR.MeshTriPoint | p [get, protected set] |
| new unsafe ref MR.Vector3d | target [get] |
| new unsafe ref double | weight [get] |
| 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 | |
| Properties inherited from MR.Const_Laplacian.Const_Attractor | |
| unsafe MR.Const_MeshTriPoint | p [get, protected set] |
| unsafe ref readonly MR.Vector3d | target [get] |
| unsafe double | weight [get] |
| 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 | |
Additional Inherited Members | |
| Protected Member Functions inherited from MR.Const_Laplacian.Const_Attractor | |
| virtual unsafe void | Dispose (bool disposing) |
| Protected Attributes inherited from MR.Const_Laplacian.Const_Attractor | |
| unsafe MR.Vector3d * | __ref_storage_target |
| unsafe double * | __ref_storage_weight |
attracts the given point inside some mesh's triangle to the given target with the given weight Generated from class MR.Laplacian.Attractor. This is the non-const half of the class.
|
inline |
Constructs an empty (default-constructed) instance.
|
inline |
Constructs MR.Laplacian.Attractor elementwise.
|
inline |
Generated from constructor MR::Laplacian::Attractor::Attractor.
|
inline |
Generated from constructor MR::Laplacian::Attractor::Attractor.
|
inline |
Generated from method MR::Laplacian::Attractor::operator=.
|
getprotected set |
|
get |
|
get |
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