C# Class AkaCore.AkaLib.AGeometry.AJSPolygon

Afficher le fichier Open project: Kysamaa/EloBuddy

Méthodes publiques

Свойство Type Description
Points List

Méthodes publiques

Méthode Description
AJSPolygon ( List p ) : System
Add ( System.Vector2 vec ) : void
Contains ( System.Vector2 point ) : bool
Count ( ) : int
Rectangle ( System.Vector2 startVector2, System.Vector2 endVector2, float radius ) : List

Method Details

AJSPolygon() public méthode

public AJSPolygon ( List p ) : System
p List
Résultat System

Add() public méthode

public Add ( System.Vector2 vec ) : void
vec System.Vector2
Résultat void

Contains() public méthode

public Contains ( System.Vector2 point ) : bool
point System.Vector2
Résultat bool

Count() public méthode

public Count ( ) : int
Résultat int

Rectangle() public static méthode

public static Rectangle ( System.Vector2 startVector2, System.Vector2 endVector2, float radius ) : List
startVector2 System.Vector2
endVector2 System.Vector2
radius float
Résultat List

Property Details

Points public_oe property

public List Points
Résultat List