Property | Type | Description | |
---|---|---|---|
X | float[] | ||
Y | float[] |
Method | Description | |
---|---|---|
IsInside ( float x, float y ) : bool | ||
Triangle ( |
||
Triangle ( float x1, float y1, float x2, float y2, float x3, float y3 ) : System |
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 |