Vector3.Set

Vector3.Set method

Sets the x/y/z component in one call.

public void Set(double newX, double newY, double newZ)
ParameterTypeDescription
newXDoubleThe x component.
newYDoubleThe y component.
newZDoubleThe z component.

See Also