Math summary

#### Availability

Flash MX 2004.

#### Description

The Math object is available as a read-only property of the flash object; see fl.Math (../flash_object_(fl)/fl41.md). This object provides methods that perform common mathematical operations.

#### Method summary

The following methods are available for the Math object:

| Method | Description |
|---------------------------------------------|---------------------------------------------------------|
| Math.concatMatrix() (../Math_object/Math.md) | Performs a matrix concatenation and returns the result. |
| Math.invertMatrix() (../Math_object/Math1.md) | Returns the inverse of the specified matrix. |
| Math.pointDistance() (../Math_object/Math2.md) | Computes the distance between two points. |
| Math.transformPoint() (../Math_object/Math3.md) | Applies a matrix to a point. |

<span id="Math.concatMatrix()" class="anchor"></span>