PathEngine home previous: iMeshFederation::buildTileMeshFromLocalGroundTiles_IGround()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(int32_t x, int32_t 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.

C# Mapping

bool coordinatesAreInsideRange(int x, int y);

Java Mapping

boolean coordinatesAreInsideRange(int x, int y);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iMeshFederation::getGroundTilesOverlapped()