CODTransform::GetElement

inline float CODTransform::GetElement(const int x, const int y)

Constant method to retrieve a single element of the martix.

Defined in: OdTransform.h

Return Value

The matrix element at [x][y]

Parameters

x

The x value for the array.

y

The y value for the array.