Library | Module

Class pfcCoonsCornerPoints



Description

A class representing the corner points of a Coons patch.

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




Array Dimensions: [2] [2]


Method Summary

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



Method Detail


pfcPoint3DItem ( number Index1 , number Index2 )

Accesses an item by its index in the sequence.



voidSet ( number Index1 , number Index2 , pfcPoint3D Item )

Assigns an item to the designated index in the sequence.