PVector copy





PVector::copy() \ 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.

Class PVector Name copy() Examples PVector v1, v2; void setup() { size(100, 100); v1 = new PVector(20.0, 30.0, 40.0); v2 = new PVector(); v2 = v1.copy(); println(v2.x); // Prints "20.0" println(v2.y); // Prints "30.0" println(v2.z); // Prints "40.0" } Description Copies the components of the vector and returns the result as a PVector. Syntax vec.copy() Parameters vec any variable of type PVector Returns PVector Usage Web & Application

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:
PVector copy
function pg copy to
PVector normalize
PVector cross
Shack copy
function imap mail copy
rotate copy
ScreamforMe copy
function pg end copy
arm copy q15?
function notes copy db

więcej podobnych podstron