Reference fromAngles()

fromAngles()

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

Examples

Syntax

fromAngles(theta, phi, [length])

Parameters

theta
Number:

polar angle in radians (zero is up).

phi
Number:

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

length
Number:

length of the new vector (defaults to 1).

Returns

p5.Vector: new p5.Vector object.
This page is generated from the comments in src/math/p5.Vector.js . Please feel free to edit it and submit a pull request!

Related References