| Package | Description |
|---|---|
| com.io7m.jcamera |
Camera implementations.
|
| com.io7m.jcamera.examples.jogl |
JOGL examples.
|
| Modifier and Type | Method and Description |
|---|---|
JCameraRotationCoefficientsMutable |
JCameraRotationCoefficientsMutable.clear()
Clears the object by setting all attributes to their initial values.
|
static JCameraRotationCoefficientsMutable |
JCameraRotationCoefficientsMutable.create()
Construct a modifiable instance of
JCameraRotationCoefficientsType. |
static JCameraRotationCoefficientsMutable |
JCameraRotationCoefficientsMutable.create(double horizontal,
double vertical)
Construct a modifiable instance of
JCameraRotationCoefficientsType. |
JCameraRotationCoefficientsMutable |
JCameraRotationCoefficientsMutable.from(JCameraRotationCoefficientsType instance)
Fill this modifiable instance with attribute values from the provided
JCameraRotationCoefficientsType instance. |
JCameraRotationCoefficientsMutable |
JCameraRotationCoefficientsMutable.setHorizontal(double horizontal)
Assigns a value to the
horizontal attribute. |
JCameraRotationCoefficientsMutable |
JCameraRotationCoefficientsMutable.setVertical(double vertical)
Assigns a value to the
vertical attribute. |
JCameraRotationCoefficientsMutable |
JCameraRotationCoefficientsMutable.unsetHorizontal()
Reset an attribute to its initial value.
|
JCameraRotationCoefficientsMutable |
JCameraRotationCoefficientsMutable.unsetVertical()
Reset an attribute to its initial value.
|
| Constructor and Description |
|---|
ExampleFPSStyleMouseAdapter(AtomicReference<JCameraFPSStyleMouseRegion> in_mouse_region,
ExampleFPSStyleSimulationType in_sim,
JCameraRotationCoefficientsMutable in_rotations) |
Copyright © 2017 <code@io7m.com> http://io7m.com