| Vector3 Operators | 
The Vector3 type exposes the following members.
 Operators
Operators| Name | Description | |
|---|---|---|
|   | Addition | 
            Adds two instances.
             | 
|   | Division(Double, Vector3) | 
            Creates a new vector which is the numerator devided by each component of the vector.
             | 
|   | Division(Vector3, Double) | 
            Divides an instance by a scalar.
             | 
|   | Equality | 
            Compares two instances for equality.
             | 
|   | Inequality | 
            Compares two instances for inequality.
             | 
|   | Multiply(Double, Vector3) | 
            Multiplies an instance by a scalar.
             | 
|   | Multiply(Vector3, Vector3) | 
            Component wise multiply two vectors together, x*x, y*y, z*z.
             | 
|   | Multiply(Vector3, Double) | 
            Multiplies an instance by a scalar.
             | 
|   | Subtraction | 
            Subtracts two instances.
             | 
|   | UnaryNegation | 
            Negates an instance.
             | 
 See Also
See Also