dist





dist() \ 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 dist() Examples // Sets the background gray value based on // the distance of the mouse from the center void draw() { float d = dist(50, 50, mouseX, mouseY); fill(d*4); rect(0, 0, 99, 99); } Description Calculates the distance between two points. Syntax dist(x1, y1, x2, y2); dist(x1, y1, z1, x2, y2, z2); Parameters x1 int or float: x-coordinate of the first point y1 int or float: y-coordinate of the first point z1 int or float: z-coordinate of the first point x2 int or float: x-coordinate of the second point y2 int or float: y-coordinate of the second point z2 int or float: z-coordinate of the second point Returns float 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:
dist mem gen v6 2 readme
dist README
dist README
binomial dist
chisquare dist
t dist
Snort FreeBSD dist
PVector dist
integer dist
MXR Dist
poisson dist
geometric dist
PVector dist
exponential dist
dist
dist README
f dist
batch processing dist

więcej podobnych podstron