The Vector4 type exposes the following members.
Operators| | Name | Description |
|---|
  | Addition(Vector4, Vector4) |
Adds two vectors.
|
  | Division(Double, Vector4) |
Divides a scalar by a vector.
|
  | Division(Vector4, Vector4) |
Divides the first vector by the second vector.
|
  | Division(Vector4, Double) |
Divides a vector by a given scalar.
|
  | Equality(Vector4, Vector4) |
Determines whether two given vectors are equal.
|
  | Inequality(Vector4, Vector4) |
Determines whether two given vectors are unequal.
|
  | Multiply(Double, Vector4) |
Multiplies a vector by a given scalar.
|
  | Multiply(Vector4, Vector4) |
Multiplies two vectors together.
|
  | Multiply(Vector4, Double) |
Multiplies a vector by a given scalar.
|
  | Subtraction(Vector4, Vector4) |
Subtracts two vectors.
|
  | UnaryNegation(Vector4) |
Reverses the direction of a given vector.
|
Top
See Also