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

A double value representing the divisor.

 Return Value

A Vector3D representing the result.

 See Also