API Documentation > Collections > Class pfcPoint3D
Class pfcPoint3D
Description
A 3x1 array that stores a three-dimensional point.
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
number
Item ( number Index )
Accesses an item by its index in the sequence.
void
Set ( number Index , number Item )
Assigns an item to the designated index in the sequence.
Method Detail
number
Item
( number Index )
Accesses an item by its index in the sequence.
void
Set
( number Index , number Item )
Assigns an item to the designated index in the sequence.
Was this helpful?