dist()
Calculate the distance between 2 points
Last updated
Calculate the distance between 2 points
Last updated
dist(x1, y1, x2, y2)dist(x1, y1, x2, y2, z1, z2) text(round(dist(x1, y1, x2, y2)), 50, 50) sphere(dist(0, 0, 0, x, y, z))
x+=3*noise(2*frameCount)*random([-1, 1])
y+=4*noise(frameCount)*random([im-1, 1])
z+=noise(0.5*frameCount)*random([-1, 1])