|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Vector3 | |
|---|---|
| data | |
| Uses of Vector3 in data |
|---|
| Methods in data that return Vector3 | |
|---|---|
Vector3 |
Vector3.add(Vector3 other)
adds this to other vector and stores result in this |
Vector3 |
Vector3.clone()
copies the value of this and returns a clone |
Vector3 |
Vector3.mult(float scalar)
multiplies this with scalar and stores result in this |
Vector3 |
Vector3.normalize()
normalizes this vector |
Vector3 |
Vector3.sub(Vector3 other)
|
Vector3 |
Vector3.subThisFrom(Vector3 other)
subtracts this from other and stores result in this |
| Methods in data with parameters of type Vector3 | |
|---|---|
Vector3 |
Vector3.add(Vector3 other)
adds this to other vector and stores result in this |
float |
Vector3.distance(Vector3 other)
calculates the distance between the two points specified by this vector and other |
Vector3 |
Vector3.sub(Vector3 other)
|
Vector3 |
Vector3.subThisFrom(Vector3 other)
subtracts this from other and stores result in this |
| Constructors in data with parameters of type Vector3 | |
|---|---|
Edge(Node start,
Node end,
Vector3 color)
|
|
Rings(Vector3 color)
rings with given color |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||