Package cnuphys.swim
Interface IProjector
public interface IProjector
-
Method Summary
Modifier and TypeMethodDescriptionvoid
project
(double[] p3d, Point2D.Double wp) Project a 3D point onto a 2D plane.
-
Method Details
-
project
Project a 3D point onto a 2D plane. This controls how the trajectory will be projected.- Parameters:
p3d
- the 3D point in an arraywp
- the resulting 2D world point
-