C# Class FarseerPhysics.Common.Decomposition.CDT.Polygon.PolygonSet

Afficher le fichier Open project: tinco/Farseer-Physics

Protected Properties

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

Méthodes publiques

Méthode Description
Add ( Polygon p ) : void
PolygonSet ( ) : System.Collections.Generic
PolygonSet ( Polygon poly ) : System.Collections.Generic

Method Details

Add() public méthode

public Add ( Polygon p ) : void
p Polygon
Résultat void

PolygonSet() public méthode

public PolygonSet ( ) : System.Collections.Generic
Résultat System.Collections.Generic

PolygonSet() public méthode

public PolygonSet ( Polygon poly ) : System.Collections.Generic
poly Polygon
Résultat System.Collections.Generic

Property Details

_polygons protected_oe property

protected List _polygons
Résultat List