Extending Flash |
|
|
|
| Objects > Math object | |||
Flash MX 2004.
The Math object is available as a read-only property of the flash object; see fl.Math. This object provides methods that perform common mathematical operations.
The following methods are available for the Math object:
|
Method |
Description |
|---|---|
|
Performs a matrix concatenation and returns the result. |
|
|
Returns the inverse of the specified matrix. |
|
|
Computes the distance between two points. |
|
|
|
|