Package com.io7m.jcamera
Class JCameraFPSStyleIntegrator
java.lang.Object
com.io7m.jcamera.JCameraFPSStyleIntegrator
Aggregation of the
JCameraFPSStyleAngularIntegratorType and JCameraFPSStyleLinearIntegratorType types.-
Method Summary
Modifier and TypeMethodDescriptionnewIntegrator(JCameraFPSStyleType in_camera, JCameraFPSStyleInputType in_input) Return a new integrator for the given camera and input using the default integrator implementations.Return a new integrator using the given integrator implementations.
-
Method Details
-
newIntegrator
public static JCameraFPSStyleIntegratorType newIntegrator(JCameraFPSStyleType in_camera, JCameraFPSStyleInputType in_input) Return a new integrator for the given camera and input using the default integrator implementations.- Parameters:
in_camera- The camerain_input- The input- Returns:
- A new integrator
-
newIntegratorWith
public static JCameraFPSStyleIntegratorType newIntegratorWith(JCameraFPSStyleAngularIntegratorType ai, JCameraFPSStyleLinearIntegratorType li) Return a new integrator using the given integrator implementations.- Parameters:
ai- The angular integratorli- The linera integrator- Returns:
- A new integrator
-