PathEngine home previous: iMeshFederation::buildTileMeshFromLocalGroundTiles()next: iMeshFederation::getGroundTilesOverlapped()
Contents, API Reference, Interfaces, iMeshFederation, coordinatesAreInsideRange

iMeshFederation::coordinatesAreInsideRange()

Description

Checks whether a given point is inside the range of this federation.

Syntax

bool coordinatesAreInsideRange(tSigned32 x, tSigned32 y) const;

Parameters

xThe x coordinate to test.
yThe y coordinate to test.

Return Value

True if the coordinates are inside the range covered by this federation, otherwise false.
Documentation for PathEngine release 5.17 - Copyright © 2002-2008 PathEnginenext: iMeshFederation::getGroundTilesOverlapped()