Method | Description | |
---|---|---|
Dot ( |
||
IsPointInTriangle ( Point p, Point a, Point b, Point c ) : bool | ||
IsPointInTriangleOld ( Point P, Point A, Point B, Point C ) : bool | ||
Length ( |
||
Vector ( Point point ) : System | ||
Vector ( int x, int y ) : System |
public static Dot ( |
||
v0 | ||
v1 | ||
return | int |
public static IsPointInTriangle ( Point p, Point a, Point b, Point c ) : bool | ||
p | Point | |
a | Point | |
b | Point | |
c | Point | |
return | bool |
public static IsPointInTriangleOld ( Point P, Point A, Point B, Point C ) : bool | ||
P | Point | |
A | Point | |
B | Point | |
C | Point | |
return | bool |