C# Класс AkaCore.AkaLib.AGeometry.Polygon

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Points List

Открытые методы

Метод Описание
Add ( System.Vector2 point ) : void
Draw ( System color, int width = 1 ) : void
DrawLineInWorld ( System.Vector3 start, System.Vector3 end, int width, System color ) : void
IsOutside ( System.Vector2 point ) : bool
ToClipperPath ( ) : System.Collections.Generic.List

Описание методов

Add() публичный Метод

public Add ( System.Vector2 point ) : void
point System.Vector2
Результат void

Draw() публичный Метод

public Draw ( System color, int width = 1 ) : void
color System
width int
Результат void

DrawLineInWorld() публичный статический Метод

public static DrawLineInWorld ( System.Vector3 start, System.Vector3 end, int width, System color ) : void
start System.Vector3
end System.Vector3
width int
color System
Результат void

IsOutside() публичный Метод

public IsOutside ( System.Vector2 point ) : bool
point System.Vector2
Результат bool

ToClipperPath() публичный Метод

public ToClipperPath ( ) : System.Collections.Generic.List
Результат System.Collections.Generic.List

Описание свойств

Points публичное свойство

public List Points
Результат List