Namespace: RaphaelTools

RaphaelTools

Global namespace object
Source:
  • /var/www/html/software/raphaeltools/raphaeltools.src.js, line 41

Classes

Legend
Point2d
Point3d

Methods

<static> vecTrans(x, y, sin, cos) → {Array.<number>}

Returns [x,y] components of transformated vector
Parameters:
Name Type Description
x number x component of original vector
y number y component of original vector
sin number sin of angle of rotation
cos number cos of angle of rotation
Source:
  • /var/www/html/software/raphaeltools/raphaeltools.src.js, line 231
Returns:
2 element array, coordinates of transformated vector
Type
Array.<number>