Package cnuphys.swim

Interface IProjector


public interface IProjector
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    project(double[] p3d, Point2D.Double wp)
    Project a 3D point onto a 2D plane.
  • Method Details

    • project

      void project(double[] p3d, Point2D.Double wp)
      Project 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