| Package | Description |
|---|---|
| com.io7m.jcamera |
Camera implementations.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
JCameraSphericalIntegratorType
The type of integrators for
JCameraSphericalType cameras. |
| Modifier and Type | Class and Description |
|---|---|
class |
JCameraSphericalLinearIntegrator
The default implementation of
JCameraSphericalLinearIntegratorType. |
class |
JCameraSphericalLinearIntegratorZoomScaled
An implementation of
JCameraSphericalLinearIntegratorType that scales
movement on the horizontal plane by the current zoom. |
| Modifier and Type | Method and Description |
|---|---|
static JCameraSphericalLinearIntegratorType |
JCameraSphericalLinearIntegratorZoomScaled.newIntegrator(JCameraSphericalType in_camera,
JCameraSphericalInputType in_input)
Construct a new integrator.
|
static JCameraSphericalLinearIntegratorType |
JCameraSphericalLinearIntegrator.newIntegrator(JCameraSphericalType in_camera,
JCameraSphericalInputType in_input)
Construct a new integrator.
|
static JCameraSphericalLinearIntegratorType |
JCameraSphericalLinearIntegratorZoomScaled.newIntegratorWithFunctions(JCameraSphericalType in_camera,
JCameraSphericalInput in_input,
JCameraScalingFunctionType in_drag_scale,
JCameraScalingFunctionType in_linear_scale)
Construct a new integrator.
|
| Modifier and Type | Method and Description |
|---|---|
static JCameraSphericalIntegratorType |
JCameraSphericalIntegrator.newIntegratorWith(JCameraSphericalAngularIntegratorType ai,
JCameraSphericalLinearIntegratorType li)
Return a new integrator using the given integrator implementations.
|
Copyright © 2016 <code@io7m.com> http://io7m.com