Search
Vector3D.div Method
See Also
 






Divides the vector by specified measure.

Namespace: MindFusion.Charting.ThreeD
File: Vector3D.js

 Syntax

JavaScript  Copy Code

function div (s)

 Parameters

s

Type: Number
A double value representing the divisor.

 Return Value

Type: Vector3D
A Vector3D representing the result.

 See Also