Node.getXYZ


getXYZ(X, [Y], [Z])

Return X,Y and Z coordinates of this node. If the first argument is given as an array of 3 doubles, the other two arguments should be omitted, and that array will be changed to contain X, Y, and Z. Otherwise the first argument will be returned as X, the second as Y, and the third as Z

Xdouble X coordinate
Yoptional double Y coordinate
Zoptional double Z coordinate
Return valuenone 

Back to Node

Back to Overview