search

goog.math.Coordinate3

Provided By
All Known Direct Subclasses

Class for representing coordinates and positions in 3 dimensions.

new Coordinate3( opt_x, opt_y, opt_z )

Parameters
opt_xnumber=

X coordinate, defaults to 0.

opt_ynumber=

Y coordinate, defaults to 0.

opt_znumber=

Z coordinate, defaults to 0.

Instance Methods

Instance Properties

Static Functions