public interface VectorField<T extends VectorObject<T>> extends Field
Modifier and Type | Method and Description |
---|---|
VectorFieldPointFunction<T> |
createFieldFunction(boolean useRestPos) |
T |
getValue(Point3d pos) |
VectorFieldPointFunction<T> createFieldFunction(boolean useRestPos)
createFieldFunction
in interface Field