API Documentation > Collections > Class pfcSurfaceDerivative2
Class pfcSurfaceDerivative2
Description
Fixed dimention array.
Array provides methods for accessing its elemnts by index(indices) and for modifying its elements. Array object "does not know" its dimentions.
Array Dimensions: [3]
Method Summary
Item ( number Index )
Accesses an item by its index in the sequence.
void
Set ( number Index , pfcVector3D Item )
Assigns an item to the designated index in the sequence.
Method Detail
Item
( number Index )
Accesses an item by its index in the sequence.
void
Set
( number Index , pfcVector3D Item )
Assigns an item to the designated index in the sequence.
Was this helpful?