Package com.io7m.jcamera
Class JCameraSphericalIntegrator
java.lang.Object
com.io7m.jcamera.JCameraSphericalIntegrator
Aggregation of the
JCameraSphericalAngularIntegratorType and JCameraSphericalLinearIntegratorType types.-
Method Summary
Modifier and TypeMethodDescriptionnewIntegrator(JCameraSphericalType in_camera, JCameraSphericalInputType in_input) Return a new integrator for the given camera and input using the default integrator implementations.newIntegratorWith(JCameraSphericalAngularIntegratorType ai, JCameraSphericalLinearIntegratorType li) Return a new integrator using the given integrator implementations.
-
Method Details
-
newIntegrator
public static JCameraSphericalIntegratorType newIntegrator(JCameraSphericalType in_camera, JCameraSphericalInputType 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 JCameraSphericalIntegratorType newIntegratorWith(JCameraSphericalAngularIntegratorType ai, JCameraSphericalLinearIntegratorType li) Return a new integrator using the given integrator implementations.- Parameters:
ai- The angular integratorli- The linera integrator- Returns:
- A new integrator
-