Interface JCameraIntegratorType

All Known Subinterfaces:
JCameraFPSStyleAngularIntegratorType, JCameraFPSStyleIntegratorType, JCameraFPSStyleLinearIntegratorType, JCameraSphericalAngularIntegratorType, JCameraSphericalIntegratorType, JCameraSphericalLinearIntegratorType
All Known Implementing Classes:
JCameraFPSStyleAngularIntegrator, JCameraFPSStyleLinearIntegrator, JCameraSphericalAngularIntegrator, JCameraSphericalLinearIntegrator, JCameraSphericalLinearIntegratorZoomScaled

public interface JCameraIntegratorType
The type of camera integrators.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    integrate(double d)
    Integrate the positions/velocities of the current camera over d.
  • Method Details

    • integrate

      void integrate(double d)
      Integrate the positions/velocities of the current camera over d.
      Parameters:
      d - The delta time