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

Inheritance: Vertices
显示文件 Open project: prime31/Nez

Public Methods

Method 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 method

public IsInside ( float x, float y ) : bool
x float
y float
return bool

Triangle() public method

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
return System