| Package | Description |
|---|---|
| com.io7m.jcamera |
Camera implementations.
|
| Modifier and Type | Method and Description |
|---|---|
JCameraRotationCoefficients |
JCameraRotationCoefficients.Builder.build()
Builds a new
JCameraRotationCoefficients. |
default JCameraRotationCoefficients |
JCameraFPSStyleMouseRegionType.coefficients(double x,
double y)
Return the region-space coefficients for the screen-space position
(x, y). |
static JCameraRotationCoefficients |
JCameraRotationCoefficients.copyOf(JCameraRotationCoefficientsType instance)
Creates an immutable copy of a
JCameraRotationCoefficientsType value. |
static JCameraRotationCoefficients |
JCameraRotationCoefficients.of(double horizontal,
double vertical)
Construct a new immutable
JCameraRotationCoefficients instance. |
JCameraRotationCoefficients |
JCameraRotationCoefficientsMutable.toImmutable()
Converts to
JCameraRotationCoefficients. |
JCameraRotationCoefficients |
JCameraRotationCoefficients.withHorizontal(double value)
Copy the current immutable object by setting a value for the
horizontal attribute. |
JCameraRotationCoefficients |
JCameraRotationCoefficients.withVertical(double value)
Copy the current immutable object by setting a value for the
vertical attribute. |
Copyright © 2017 <code@io7m.com> http://io7m.com