| Package | Description |
|---|---|
| paulscode.sound |
| Modifier and Type | Method and Description |
|---|---|
Vector3D |
Vector3D.add(Vector3D B)
Returns the vector represented by: (this) + B.
|
Vector3D |
Vector3D.add(Vector3D A,
Vector3D B)
Returns the vector represented by: A + B.
|
Vector3D |
Vector3D.clone()
Returns a new instance containing the same information as this one.
|
Vector3D |
Vector3D.cross(Vector3D B)
Returns a vector containing the cross-product: (this) cross B.
|
Vector3D |
Vector3D.cross(Vector3D A,
Vector3D B)
Returns a vector containing the cross-product: A cross B.
|
Vector3D |
Vector3D.subtract(Vector3D B)
Returns the vector represented by: (this) - B.
|
Vector3D |
Vector3D.subtract(Vector3D A,
Vector3D B)
Returns the vector represented by: A - B.
|
| Modifier and Type | Method and Description |
|---|---|
Vector3D |
Vector3D.add(Vector3D B)
Returns the vector represented by: (this) + B.
|
Vector3D |
Vector3D.add(Vector3D A,
Vector3D B)
Returns the vector represented by: A + B.
|
Vector3D |
Vector3D.cross(Vector3D B)
Returns a vector containing the cross-product: (this) cross B.
|
Vector3D |
Vector3D.cross(Vector3D A,
Vector3D B)
Returns a vector containing the cross-product: A cross B.
|
float |
Vector3D.dot(Vector3D B)
Returns the dot-product result of: (this) dot B.
|
float |
Vector3D.dot(Vector3D A,
Vector3D B)
Returns the dot-product result of: A dot B.
|
Vector3D |
Vector3D.subtract(Vector3D B)
Returns the vector represented by: (this) - B.
|
Vector3D |
Vector3D.subtract(Vector3D A,
Vector3D B)
Returns the vector represented by: A - B.
|
Copyright © 2017. All rights reserved.