@FunctionalInterface
public interface Transformer
| Modifier and Type | Method and Description |
|---|---|
org.apache.commons.math3.geometry.euclidean.threed.Vector3D |
apply(org.apache.commons.math3.geometry.euclidean.threed.Vector3D vec)
Called to transform a vector.
|