Vector4d.set
- Vector4d set(Vector4d v)
- Vector4d set(Vector4i v)
- Vector4d set(Vector3d v, double w)
- Vector4d set(Vector3i v, double w)
- Vector4d set(Vector2d v, double z, double w)
- Vector4d set(Vector2i v, double z, double w)
- Vector4d set(double d)
- Vector4d set(double x, double y, double z, double w)
- Vector4d set(double x, double y, double z)
- Vector4d set(double[] xyzw)
- Vector4d set(float[] xyzw)
vector_4d Vector4d
constructorsfunctionsvariables
Set the four components of this vector to the first four elements of the given array.
@param xyzw the array containing at least four elements @return this