C# Class hyades.physics.Shape

Afficher le fichier Open project: zfedoran/bubblebound Class Usage Examples

Méthodes publiques

Свойство Type Description
count int
points Vector2[]

Méthodes publiques

Méthode Description
CenterAtZero ( ) : void
Clone ( ) : Shape
GetCenter ( ) : Vector2
Shape ( Vector2 points, bool center ) : System
Transform ( Vector2 &points, Vector2 &position, float angle, Vector2 &scale, Vector2 &list ) : void

Method Details

CenterAtZero() public méthode

public CenterAtZero ( ) : void
Résultat void

Clone() public méthode

public Clone ( ) : Shape
Résultat Shape

GetCenter() public méthode

public GetCenter ( ) : Vector2
Résultat Vector2

Shape() public méthode

public Shape ( Vector2 points, bool center ) : System
points Vector2
center bool
Résultat System

Transform() public static méthode

public static Transform ( Vector2 &points, Vector2 &position, float angle, Vector2 &scale, Vector2 &list ) : void
points Vector2
position Vector2
angle float
scale Vector2
list Vector2
Résultat void

Property Details

count public_oe property

public int count
Résultat int

points public_oe property

public Vector2[] points
Résultat Vector2[]