Property | Type | Description | |
---|---|---|---|
p1 | Point | ||
p2 | Point | ||
p3 | Point |
Method | Description | |
---|---|---|
IsValid ( ) : bool | ||
PointIn ( Point point ) : bool | ||
PointInCircle ( Point point ) : bool | ||
Triangle ( Point p1, Point p2, Point p3 ) : System.Collections |
public Triangle ( Point p1, Point p2, Point p3 ) : System.Collections | ||
p1 | Point | |
p2 | Point | |
p3 | Point | |
return | System.Collections |