레퍼런스 fromAngles()

fromAngles()

Creates a new 3D vector from a pair of ISO spherical angles.

예제

구문

fromAngles(theta, phi, [length])

매개변수

theta

polar angle in radians (zero is up).

phi

azimuthal angle in radians (zero is out of the screen).

length

length of the new vector (defaults to 1).

Notice any errors or typos? Please let us know. Please feel free to edit src/math/p5.Vector.js and open a pull request!

관련 레퍼런스