org.ode4j.math
Interface DQuaternionC
- All Known Implementing Classes:
- DQuaternion
public interface DQuaternionC
Constant (unmodifiable) interface for dQuaternion.
This returns an unmodifiable view of an (most likely) modifiable object.
WARNING: This is only unmodifiable for the user. The class that returned
this object may continue to modify it, these changes will also reflect in
the 'unmodifiable view' that the user has.
If the user requires a lasting immutable object, then the object needs to
be cloned.
- Author:
- Tilmann Zaeschke
get
double get(int i)
- Parameters:
i
- The row to return [0, 1, 2].
get0
double get0()
get1
double get1()
get2
double get2()
get3
double get3()