C# Class FarseerPhysics.Common.Decomposition.EarclipDecomposer.Triangle

Inheritance: Vertices
Afficher le fichier Open project: prime31/Nez

Méthodes publiques

Méthode Description
IsInside ( float x, float y ) : bool
Triangle ( float x1, float y1, float x2, float y2, float x3, float y3 ) : System

Method Details

IsInside() public méthode

public IsInside ( float x, float y ) : bool
x float
y float
Résultat bool

Triangle() public méthode

public Triangle ( float x1, float y1, float x2, float y2, float x3, float y3 ) : System
x1 float
y1 float
x2 float
y2 float
x3 float
y3 float
Résultat System