GsInitCoordinate2

Initialize a local coordinate system

void GsInitCoordinate2 (
        GsCOORDINATE2 *super,
        GsCOORDINATE2 *base
)

Arguments

super Pointer to the parent coordinate system
base Pointer to the local coordinate system to be initialized

Return Value

None.

Explanation

The local coordinate system pointed to by base and its parent coordinate system pointed to by super are initialized. The base coordinate system is initialized using base- >coord whereas the parent coordinate system is initialized using super; i.e. the base- >super member is ignored.

See Also

GsCOORDINATE2