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 x and y components from the given <code>v</code> and the z and w components to the given <code>z</code> and <code>w</code>.
@param v the {@link Vector2i} @param z the z component @param w the w component @return this