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