public interface JCameraSphericalLinearIntegratorType extends JCameraIntegratorType
JCameraSphericalType cameras.| Modifier and Type | Method and Description |
|---|---|
JCameraSphericalReadableType |
integratorGetCamera() |
JCameraSphericalInputType |
integratorGetInput() |
void |
integratorLinearTargetSetAcceleration(double a)
Set the linear acceleration (of the camera target) to
a. |
void |
integratorLinearTargetSetDrag(double f)
Set the linear drag factor (of the camera target) to
f. |
void |
integratorLinearTargetSetMaximumSpeed(double s)
Set the maximum linear movement speed (of the camera target) to
s. |
void |
integratorLinearZoomSetAcceleration(double a)
Set the linear acceleration (of the camera zoom) to
a. |
void |
integratorLinearZoomSetDrag(double f)
Set the linear drag factor (of the camera zoom) to
f. |
void |
integratorLinearZoomSetMaximumSpeed(double s)
Set the maximum linear movement speed (of the camera zoom) to
s. |
integrateJCameraSphericalReadableType integratorGetCamera()
JCameraSphericalInputType integratorGetInput()
void integratorLinearTargetSetAcceleration(double a)
a.a - The linear acceleration.void integratorLinearTargetSetDrag(double f)
f.f - The linear drag factor.void integratorLinearTargetSetMaximumSpeed(double s)
s.s - The maximum linear speed.void integratorLinearZoomSetAcceleration(double a)
a.a - The linear acceleration.void integratorLinearZoomSetDrag(double f)
f.f - The linear drag factor.void integratorLinearZoomSetMaximumSpeed(double s)
s.s - The maximum linear speed.Copyright © 2017 <code@io7m.com> http://io7m.com