Overload | Description |
---|---|
Multiply(VintasoftVector3D,Double) | Multiplies the specified scalar by the specified vector and returns the resulting vector. |
Multiply(Double,VintasoftVector3D) | Multiplies the specified scalar by the specified vector and returns the resulting vector. |
Multiply(VintasoftVector3D,VintasoftVector3D) | Calculates the dot product of the two specified vector structures. |
Multiply(VintasoftVector3D,AffineMatrix3D) | Transforms the coordinate space of the specified vector using the specified AffineMatrix3D. |