Library | Module

Class pfcMatrix3D



Description

A 4x4 array that stores a three-dimensional transformation matrix.

Array provides methods for accessing its elemnts by index(indices) and for modifying its elements. Array object "does not know" its dimentions.




Array Dimensions: [4] [4]


Method Summary

numberItem ( number Index1 , number Index2 )
Accesses an item by its index in the sequence.
voidSet ( number Index1 , number Index2 , number Item )
Assigns an item to the designated index in the sequence.



Method Detail


numberItem ( number Index1 , number Index2 )

Accesses an item by its index in the sequence.



voidSet ( number Index1 , number Index2 , number Item )

Assigns an item to the designated index in the sequence.