Click or drag to resize
DigitalRuneVector4D Operators and Type Conversions

The Vector4D type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition
Adds two vectors.
Public operatorStatic memberDivision(Vector4D, Vector4D)
Divides the components of a vector by the components of another vector.
Public operatorStatic memberDivision(Vector4D, Double)
Divides a vector by a scalar.
Public operatorStatic memberEquality
Tests if two vectors are equal.
Public operatorStatic member(Vector4 to Vector4D)
Performs an conversion from Vector4 (XNA Framework) to Vector4D (DigitalRune Mathematics).
Public operatorStatic member(Vector4D to Double)
Converts a vector to an array of 4 double values.
Public operatorStatic member(Vector4D to ListDouble)
Converts a vector to a list of 4 double values.
Public operatorStatic member(Vector4D to Vector4F)
Performs an explicit conversion from Vector4D to Vector4F.
Public operatorStatic member(Vector4D to Vector4)
Performs an conversion from Vector4D (DigitalRune Mathematics) to Vector4 (XNA Framework).
Public operatorStatic memberGreaterThan
Tests if each component of a vector is greater than the corresponding component of another vector.
Public operatorStatic memberGreaterThanOrEqual
Tests if each component of a vector is greater or equal than the corresponding component of another vector.
Public operatorStatic member(Vector4D to VectorD)
Performs an implicit conversion from Vector4D to VectorD.
Public operatorStatic memberInequality
Tests if two vectors are not equal.
Public operatorStatic memberLessThan
Tests if each component of a vector is less than the corresponding component of another vector.
Public operatorStatic memberLessThanOrEqual
Tests if each component of a vector is less or equal than the corresponding component of another vector.
Public operatorStatic memberMultiply(Double, Vector4D)
Multiplies a vector by a scalar.
Public operatorStatic memberMultiply(Vector4D, Vector4D)
Multiplies the components of two vectors by each other.
Public operatorStatic memberMultiply(Vector4D, Double)
Multiplies a vector by a scalar.
Public operatorStatic memberSubtraction
Subtracts a vector from a vector.
Public operatorStatic memberUnaryNegation
Negates a vector.
Top
See Also