|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Tuple3 | |
---|---|
keps.math |
Uses of Tuple3 in keps.math |
---|
Subclasses of Tuple3 in keps.math | |
---|---|
class |
Point3
GENERAL CONTRACT FOR ALL MATH CLASSES. |
class |
Vector3
GENERAL CONTRACT FOR ALL MATH CLASSES. |
Methods in keps.math with parameters of type Tuple3 | |
---|---|
void |
Vector3.scaleAdd(double scale,
Tuple3 vector)
Add a scalar multiple of a Vector3 to this Vector3 |
void |
Tuple3.set(Tuple3 inTuple)
Sets this tuple to have the contents of another tuple. |
Constructors in keps.math with parameters of type Tuple3 | |
---|---|
Tuple3(Tuple3 newTuple)
Copy constructor. |
|
Vector3(Tuple3 newTuple)
Copy constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |