Multiplies vector by a scalar.
Namespace: MindFusion.Charting
File: Vector.js
JavaScript Copy Code |
---|
function multiplyScalarAndVector (scalar, vector) |
Type: Number
The scalar value.
Type: Vector
The vector to multiply.
Type: Vector
A vector containing the multiplication result.