| add() |
Color |
(none) |
Add two colors.
|
| add() |
Rotation |
(none) |
Add on a rotation vector.
|
| add() |
Vector |
(none) |
Add on a vector.
|
| attach() |
Scene |
(none) |
Attach a layer underneath the scene.
|
| attach() |
Asset |
(none) |
Attach the argument underneath the asset.
|
| blend() |
Color |
(none) |
Blend two colors.
|
| clear() |
Scene |
(none) |
Removes all layers from the scene.
|
| contrast() |
Color |
(none) |
Increase/decrease contrast of the color.
|
| copy() |
Color |
Color |
Duplicate the color object.
|
| copy() |
Vector |
Vector |
Return a copy of the vector.
|
| copy() |
Rotation |
Rotation |
Return a copy of the rotation object.
|
| copy() |
Asset |
Asset |
Create a copy of the asset.
|
| copy() |
Matrix |
Matrix |
Return a copy of the matrix object.
|
| createPrimitive() |
Model |
(none) |
Create primitive geometry in the model.
|
| cross() |
Vector |
(none) |
Perform a cross-product on the vector.
|
| detach() |
Scene |
(none) |
Remove a layer from the scene.
|
| detach() |
Asset |
(none) |
Remove an asset from this asset.
|
| distance() |
Vector |
Number |
Calculate the distance to another vector.
|
| distanceSquared() |
Vector |
Number |
Calculate the squared distance to another vector.
|
| dot() |
Vector |
Vector |
Calculate the dot product.
|
| equals() |
Vector |
Boolean |
Compare two vectors for equivalence.
|
| equals() |
Rotation |
Boolean |
Compare two rotation vectors for equivalence.
|
| equals() |
Color |
Boolean |
Compare two colors for equivalence.
|
| exit() |
Container |
(none) |
Quit the application.
|
| getContext() |
Presentation |
TimeContext |
Get a TimeContext by name.
|
| identity() |
Matrix |
(none) |
Turn to an identity matrix.
|
| intersect() |
Model |
Number |
Does the model intersect the supplied vector?
|
| invert() |
Matrix |
(none) |
Invert the matrix.
|
| isBuffered() |
Presentation |
Boolean |
Is a Music/Video buffered yet?
|
| isIdentity() |
Matrix |
Boolean |
Is this an identity matrix?
|
| launch() |
Container |
(none) |
Start a program, open a file.
|
| length() |
Vector |
Number |
Length of the vector.
|
| lengthSquared() |
Vector |
Number |
Length of the vector, squared.
|
| linear() |
Color |
(none) |
Move the color towards another color.
|
| linear() |
Rotation |
(none) |
Move the rotation towards another rotation vector.
|
| linear() |
Vector |
(none) |
Move the vector towards another vector.
|
| maxVector() |
Vector |
(none) |
Calculate the maximum vector.
|
| maxVector() |
Rotation |
(none) |
Calculate the maximum rotation vector.
|
| minVector() |
Rotation |
(none) |
Calculate the minimum rotation vector.
|
| minVector() |
Vector |
(none) |
Calculate the minimum vector.
|
| multiply() |
Matrix |
(none) |
Multiply two matrices.
|
| negative() |
Color |
(none) |
Negate the color.
|
| normalize() |
Vector |
(none) |
Normalize the vector.
|
| pause() |
Video |
(none) |
Pause playback.
|
| pause() |
Sound |
(none) |
Pause the sound.
|
| pause() |
TimeContext |
(none) |
Pause playback.
|
| pause() |
Music |
(none) |
Pause playback.
|
| play() |
Video |
(none) |
Start playing the video.
|
| play() |
Music |
(none) |
Start playing the music.
|
| play() |
TimeContext |
(none) |
Resume playback.
|
| play() |
Sound |
(none) |
Starts/resumes playing the sound.
|
| removeChildren() |
Node |
(none) |
Remove all children from this node.
|
| rotate() |
Matrix |
(none) |
Rotate the matrix.
|
| saturation() |
Color |
(none) |
Change the saturation of the color.
|
| scale() |
Vector |
(none) |
Scale the vector by a factor.
|
| scale() |
Color |
(none) |
Scale the color.
|
| scale() |
Matrix |
(none) |
Scale the matrix.
|
| scale() |
Rotation |
(none) |
Scale the rotation by a factor.
|
| seek() |
Music |
(none) |
Move to a specific time in the music.
|
| seek() |
Sound |
(none) |
Move to a specific time in the sound.
|
| seek() |
Video |
(none) |
Move to a specific time in the video.
|
| startBuffering() |
Music |
(none) |
Start downloading and buffering the music.
|
| startBuffering() |
Video |
(none) |
Start downloading and buffering the video.
|
| stop() |
Video |
(none) |
Stop playing the video.
|
| stop() |
Music |
(none) |
Stop playing the music.
|
| stop() |
Sound |
(none) |
Stop playing the sound.
|
| subtract() |
Vector |
(none) |
Subtract a vector.
|
| subtract() |
Rotation |
(none) |
Subtract a rotation amount.
|
| subtract() |
Color |
(none) |
Subtract two colors.
|
| swapMaterial() |
Model |
Material |
Use a new material in place of an existing material.
|
| transform() |
Rotation |
(none) |
Transform the rotation vector by a matrix.
|
| transform() |
Vector |
(none) |
Transform the vector by a matrix.
|
| translate() |
Matrix |
(none) |
Translate the matrix.
|
| transpose() |
Matrix |
(none) |
Transpose the matrix.
|