Interface FlashMath

Index

Methods

Methods

public concatMatrix(mat1: FlashMatrix, mat2: FlashMatrix): FlashMatrix

Method; performs a matrix concatenation and returns the result.

Parameters

Returns

FlashMatrix

public invertMatrix(mat: FlashMatrix): FlashMatrix

A Matrix object that is the inverse of the original matrix.

Parameters

Returns

FlashMatrix

public pointDistance(pt1: FlashPoint, pt2: FlashPoint): number

A floating-point value that represents the distance between the points.

Parameters

Returns

number