Designer Plugins
Plugins for Disguise Designer software.
Plugins for Disguise Designer software.
3D vector of double precision values.
A direct copy of Vec, except for replacing ‘float’ with ‘double’.
Category: Utility
Base class: _BlipValue
Maximum component of the vector.
Minimum component (x, y, or z) of the vector.
The minimum component of the vector.The x component of the vector.
UserName: X
The y component of the vector.
UserName: Y
The z component of the vector.
UserName: Z
Copy constructor for VecD
The Euler angles that rotate (0,0,-1) to be parallel with this vector.
Returns The Euler angles as a Vec of (heading, elevation, 0), in normalised coordinates.
Computes the cross product of two vectors.
Parameters:
Returns The cross product of this vector and the given vector.
Calculates the dot product of two vectors.
Parameters:
Returns The dot product of this vector and the given vector.
The length of the vector in 3D space.
Returns a normalized version of the vector.
Returns A normalized version of the vector.
Rounds the components of a vector to the closest increment in each component of the given vector.
Parameters:
Returns A new vector with the rounded components.
Adds two vectors.
Parameters:
Returns The component-wise sum of this and the input vector.
Divides two vectors component-wise.
Parameters:
Returns The result of dividing this vector component-wise by the given vector.
Tests for equality between two vectors.
Parameters:
Returns True if all components of the vectors are equal, false otherwise.
Multiplies two vectors component-wise.
Parameters:
Returns The component-wise product of this vector and the given vector.
Tests for inequality between two vectors.
Parameters:
Returns True if any of the components of the vectors are not equal, false otherwise.
Subtracts another vector from this vector.
Parameters:
Returns The resulting vector after component-wise subtraction.