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