Divides a vector by a scalar.
Namespace: MindFusion.Charting
File: Vector.js
SyntaxJavaScript
Copy Code
|
|---|
function divide (vector, scalar) |
Type: Vector
The vector to divide.
Type: Number
The scalar value.
Type: Vector
A vector containing the division result.
See Also