Vector3fMultiply Method |
Name | Description | |
---|---|---|
Multiply(Single, Vector3f) |
Multiplies a vector by a number, having the effect of scaling it.
(Provided for languages that do not support operator overloading. You can use the * operator otherwise) | |
Multiply(Vector3f, Vector3f) |
Multiplies two Vector3f together, returning the dot (internal) product of the two.
This is not the cross product.
(Provided for languages that do not support operator overloading. You can use the * operator otherwise) | |
Multiply(Vector3f, Single) |
Multiplies a vector by a number, having the effect of scaling it.
(Provided for languages that do not support operator overloading. You can use the * operator otherwise) |