plik


rotateY() \ Language (API) \ Processing 1.0 Language (A-Z) \ Libraries \ Tools \ Environment Reference for Processing version 1.2. If you have a previous version, use the reference included with your software. If you see any errors or have suggestions, please let us know. If you prefer a more technical reference, visit the Processing Javadoc. Name rotateY() Examples size(100, 100, P3D); translate(width/2, height/2); rotateY(PI/3.0); rect(-26, -26, 52, 52);size(100, 100, P3D); translate(width/2, height/2); rotateY(radians(60)); rect(-26, -26, 52, 52); Description Rotates a shape around the y-axis the amount specified by the angle parameter. Angles should be specified in radians (values from 0 to PI*2) or converted to radians with the radians() function. Objects are always rotated around their relative position to the origin and positive numbers rotate objects in a counterclockwise direction. Transformations apply to everything that happens after and subsequent calls to the function accumulates the effect. For example, calling rotateY(PI/2) and then rotateY(PI/2) is the same as rotateY(PI). If rotateY() is called within the draw(), the transformation is reset when the loop begins again. This function requires passing P3D or OPENGL into the size() parameter as shown in the example above. Syntax rotateY(angle) Parameters angle float: angle of rotation specified in radians Returns None Usage Web & Application Related rotateX() rotateZ() translate() rotate() scale() pushMatrix() popMatrix() Updated on June 14, 2010 12:05:29pm EDT Processing was initiated by Ben Fry and Casey Reas. It is developed by a small team of volunteers. © Info \ Site hosted by Media Temple!

Wyszukiwarka

Podobne podstrony:
rotateX
rotate copy
function swffill rotateto
rotate
function swfdisplayitem rotate
PShape rotateY
rotate?nner
PShape rotateZ
rotatelogs
function pdf rotate
function cpdf rotate text
rotateX
function swf rotate
PShape rotate
function swfdisplayitem rotateto
function swfdisplayitem rotate

więcej podobnych podstron