Documentation

Classes

Class CL3D.Vect2d

2d vector class, used for example for texture coordinates.

Class Overview
CL3D.Vect2d(x, y)
2d vector class, used for example for texture coordinates.
Parameters:
{Number} x
x coordinate. Can be null.
{Number} y
y coordinate.

Field Summary
Field Attributes Field Name and Description
 
X
X coordinate of the vector
 
Y
Y coordinate of the vector
Method Summary
Method Attributes Method Name and Description
 
Creates a copy of this vector and returns it
Field Detail
{Number} X
X coordinate of the vector

{Number} Y
Y coordinate of the vector
Method Detail
{Vect2d} clone()
Creates a copy of this vector and returns it

© 2011-2018 N.Gebhardt, Ambiera
Documentation generated by JsDoc Toolkit