This topic has not yet been rated - Rate this topic

Vector.Multiply Method

Multiplies the specified vector by the specified Double, Matrix, or Vector and returns the result as a Vector or Double.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Static member Multiply(Double, Vector) Multiplies the specified scalar by the specified vector and returns the resulting Vector.
Public method Static member Multiply(Vector, Double) Multiplies the specified vector by the specified scalar and returns the resulting Vector.
Public method Static member Multiply(Vector, Matrix) Transforms the coordinate space of the specified vector using the specified Matrix.
Public method Static member Multiply(Vector, Vector) Calculates the dot product of the two specified vectors and returns the result as a Double.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.