Library | Module

Class IpfcInertia



Description

Defines object inertia.

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] [3]


Method Summary

FunctionItem ( Index1 as Long , Index2 as Long ) as Double
Accesses an item by its index in the sequence.
SubSet ( Index1 as Long , Index2 as Long , Item as Double )
Assigns an item to the designated index in the sequence.



Method Detail


FunctionItem ( Index1 as Long , Index2 as Long ) as Double

Accesses an item by its index in the sequence.



SubSet ( Index1 as Long , Index2 as Long , Item as Double )

Assigns an item to the designated index in the sequence.