dojox.gfx3d.matrix._project
dojo.require("dojox.gfx3d.matrix");
defined in dojox/gfx3d/matrix.js
applies a matrix to a point matrix: dojox.gfx3d.matrix.Matrix3D: a 3D matrix object to be applied
parameter | type | description |
---|---|---|
m | ||
x | Number | an x coordinate of a point |
y | Number | a y coordinate of a point |
z | Number | a z coordinate of a point |