PathEngine home previous: iPathEngine::largeStatic2DObstacleShapeIsValid()next: iPathEngine::loadContentChunk()
Contents, API Reference, Interfaces, iPathEngine, largeStaticObstacleShapeIsValid

iPathEngine::largeStaticObstacleShapeIsValid()

Description

Checks whether coordinates are valid for iMesh::placeLargeStaticObstacle().

Syntax

bool largeStaticObstacleShapeIsValid(int32_t const * shapeCoordinates_Buffer, uint32_t shapeCoordinates_BufferEntries, int32_t x, int32_t y);

Parameters

shapeCoordinates_Buffer, shapeCoordinates_BufferEntries (See Passing Arrays.) A sequence of x and y coordinate value pairs for the shape.
x The x coordinate of the shape root position.
y The y coordinate of the shape root position.

Return Value

Returns true if the shape is valid, otherwise false.

C# Mapping

bool largeStaticObstacleShapeIsValid(int[] shapeCoordinates, int x, int y);

Java Mapping

boolean largeStaticObstacleShapeIsValid(int[] shapeCoordinates, int x, int y);

Documentation for PathEngine release 6.04 - Copyright © 2002-2024 PathEnginenext: iPathEngine::loadContentChunk()