Click or drag to resize

Vector4 Methods

The Vector4 type exposes the following members.

Methods
  NameDescription
Public methodAdd
Add a vector to the vector.
Public methodClamp
Clamps the vector components between a minimum and a maximum values.
Public methodDivide(Single)
Divide the vector by a scalar.
Public methodDivide(Vector4)
Divide the vector by a vector.
Public methodDotProduct
Computes the dot product of the two vectors.
Public methodEqual
Tells if the two vector are equals.
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Overrides ValueTypeEquals(Object).)
Public methodGetHashCode
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodMaximum
Gets the maximum vector values of the two vectors.
Public methodMinimum
Gets the minimum vector values of the two vectors.
Public methodMultiply(Single)
Multiply the vector by a scalar.
Public methodMultiply(Vector4)
Multiply the vector by a vector.
Public methodSubstract
Subtract a vector to the vector.
Public methodToString
Format the Vector4 to a String.
(Overrides ValueTypeToString.)
Top
See Also