%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
WorldToView Method
See Also 
vdWebLibrary Namespace > vdrawObj Class : WorldToView Method
pt
The point object in view coordinates. A point is a 3 sized array object.
Converts and returns the given point from view coordinates to world coordinates.

Syntax

JScript 
public function WorldToView( 
   pt : Object
) : Object;

Parameters

pt
The point object in view coordinates. A point is a 3 sized array object.

Return Value

A 3 sized array object that contains the x, y and z values of the given point in view coordinates.

Remarks

You can create a point object using newpoint.

See Also