Свойство | Type | Description | |
---|---|---|---|
X | double | ||
Y | double | ||
Z | double |
Méthode | Description | |
---|---|---|
Add ( Vector3D A, Vector3D B ) : Vector3D |
Returns the sum of two vectors.
|
|
Subtract ( Vector3D A, Vector3D B ) : Vector3D |
Returns the difference of two vectors.
|
|
Vector3D ( Vector2D Vector, double Y ) : System |
Returns a normalized vector based on a 2D vector in the XZ plane and an additional Y-coordinate.
|
|
Vector3D ( double X, double Y, double Z ) : System |
public static Add ( Vector3D A, Vector3D B ) : Vector3D | ||
A | Vector3D | |
B | Vector3D | |
Résultat | Vector3D |
public static Subtract ( Vector3D A, Vector3D B ) : Vector3D | ||
A | Vector3D | |
B | Vector3D | |
Résultat | Vector3D |
public Vector3D ( Vector2D Vector, double Y ) : System | ||
Vector | Vector2D | The vector in the XZ-plane. The X and Y components in Vector represent the X- and Z-coordinates, respectively. |
Y | double | The Y-coordinate. |
Résultat | System |
public Vector3D ( double X, double Y, double Z ) : System | ||
X | double | |
Y | double | |
Z | double | |
Résultat | System |