Package com.io7m.jcamera
Interface JCameraRotationCoefficientsType
- All Known Implementing Classes:
JCameraRotationCoefficients,JCameraRotationCoefficientsMutable
@Immutable
@Modifiable
public interface JCameraRotationCoefficientsType
A pair of rotation coefficients.
-
Method Summary
-
Method Details
-
horizontal
@Parameter(order=0) @Default default double horizontal()- Returns:
- The horizontal coefficient
-
vertical
@Parameter(order=1) @Default default double vertical()- Returns:
- The vertical coefficient
-