En:PointInPolygon

Материал из Pocket Fallout для КПК на PDA PC PPC Mobile.

Содержание

Account

Method of class MathModel

Syntax

PointInPolygon(x : Number, 
               y : Number, 
               point_array_X : Array, 
               point_array_Y : Array) : Boolean

Description

Check: point (x, y) is in polygon with points coordinates in array (point_array_X, point_array_Y);

Parameters

Result

The method returns TRUE, if point (x, y) is in polygon with points coordinates in array (point_array_X, point_array_Y), FALSE - otherwise. Data type - Boolean

Личные инструменты