C# Class Nez.PolygonMesh

renders a basic, CCW, convex polygon
Inheritance: Mesh
Afficher le fichier Open project: prime31/Nez

Méthodes publiques

Méthode Description
PolygonMesh ( Vector2 points, bool arePointsCCW = true ) : Microsoft.Xna.Framework

Method Details

PolygonMesh() public méthode

public PolygonMesh ( Vector2 points, bool arePointsCCW = true ) : Microsoft.Xna.Framework
points Microsoft.Xna.Framework.Vector2
arePointsCCW bool
Résultat Microsoft.Xna.Framework