| Package | Description |
|---|---|
| com.aspose.cad.math |
| Modifier and Type | Method and Description |
|---|---|
static Vector4 |
Vector4.cross(Vector4 v1,
Vector4 v2)
The cross product of two vectors FIXME
|
Vector4 |
Vector4.divide(float scalar)
Returns the vector divided by the scalar
|
Vector4 |
Vector4.getZero() |
Vector4 |
Vector4.increment(Vector4 vector)
Increments this vector
|
Vector4 |
Vector4.minus(Vector4 v1)
Subtracts one vector from another
|
Vector4 |
Vector4.multiply(float scalar) |
Vector4 |
Vector4.negate()
Gets the negated vector
|
Vector4 |
Vector4.plus(Vector4 v1)
Adds two vectors
|
Vector4 |
Vector4.scale(float scalar)
Returns the scaled vector
|
Vector4 |
Vector4.unitVector()
Gets the unit (normalised) vector from this vector
|
| Modifier and Type | Method and Description |
|---|---|
static Vector4 |
Vector4.cross(Vector4 v1,
Vector4 v2)
The cross product of two vectors FIXME
|
float |
Vector4.distanceTo(Vector4 vectorTo)
Gets the distance to another Vector (as a point)
|
static float |
Vector4.dot(Vector4 v1,
Vector4 v2)
The dot product of two vectors
|
Vector4 |
Vector4.increment(Vector4 vector)
Increments this vector
|
Vector4 |
Vector4.minus(Vector4 v1)
Subtracts one vector from another
|
Vector4 |
Vector4.plus(Vector4 v1)
Adds two vectors
|
| Constructor and Description |
|---|
Quaternion(Vector4 vector) |
Vector4(Vector4 vector)
Constructor from another Vector4
|
Copyright (c) 2008-2025 Aspose Pty Ltd. All Rights Reserved.