PShape resetMatrix





PShape::resetMatrix() \ Language (API) \ Processing 1.0
























Search processing.org:





Language (A-Z) \ Libraries \ Tools \ Environment \ Compare \ Troubleshooting






Reference for Processing version 1.0+. If you have a previous version, use the reference included with your software. If you see any errors or have any comments, let us know.

Class PShape Name resetMatrix() Examples PShape s; void setup() { size(100, 100); s = loadShape("ohio.svg"); s.rotate(PI/6); } void draw() { background(204); shape(s); } void mousePressed() { // Removes all transformations applied to shape // Loads the identity matrix s.resetMatrix(); } Description Replaces the current matrix of a shape with the identity matrix. The equivalent function in OpenGL is glLoadIdentity(). Syntax sh.resetMatrix() Parameters sh PShape: any variable of type PShape Returns None Usage Web & Application

Updated on November 22, 2008 08:39:25pm PST












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:
PShape resetMatrix
PShape enableStyle
PShape
PShape isVisible
PShape rotateY
PShape getChild
PShape rotateZ
PShape height
PShape translate
PShape rotate
PShape disableStyle
resetMatrix
PShape height
PShape width
PShape isVisible
PShape setVisible
PShape width
PShape scale
PShape

więcej podobnych podstron