Vector |
The Vector4 type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Addition(Vector4, Vector4) | Adds two vectors |
![]() ![]() | Division(Vector4, Vector4) | Divides one vector by another |
![]() ![]() | Division(Vector4, Double) | Divides a vector by a floating point value |
![]() ![]() | Equality(Vector4, Vector4) | Determines equality between two vecrors |
![]() ![]() | Inequality(Vector4, Vector4) | Determines if two vectors are not equal |
![]() ![]() | Multiply(Double, Vector4) | Scales a vector |
![]() ![]() | Multiply(Vector4, Vector4) | Multiples two vectors |
![]() ![]() | Multiply(Vector4, Double) | Scales a vactor |
![]() ![]() | Subtraction(Vector4, Vector4) | Subtracts two vectors |
![]() ![]() | UnaryNegation(Vector4) | Subtracts one vector from another |