public interface MeshFieldPoint
FieldComponent
at that point. The point's position
is assumed to be determined by a weighted combination of vertex positions.Modifier and Type | Method and Description |
---|---|
Point3d |
getPosition()
Returns the current spatial position.
|
Vertex3d[] |
getVertices()
Returns the vertices whose positions determine the point position.
|
double[] |
getWeights()
Returns the weights used to combine the vertex positions to obtain
the point's position.
|
int |
numVertices()
Returns the number of vertices returned by
getVertices() . |
Point3d getPosition()
Vertex3d[] getVertices()
int numVertices()
getVertices()
.double[] getWeights()