Package com.io7m.jcamera
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 TypeMethodDescriptionvoidintegrate(double d) Integrate the positions/velocities of the current camera overd.
-
Method Details
-
integrate
void integrate(double d) Integrate the positions/velocities of the current camera overd.- Parameters:
d- The delta time
-