|
Survivalcraft API 1.8.2.3 v1.8.2.3
Survivalcraft 2.4
|


Public 成员函数 | |
| Line2 (Vector2 normal, float d) | |
| Line2 (Vector2 p1, Vector2 p2) | |
| Line2 (float x, float y, float d) | |
| override bool | Equals (object obj) |
| bool | Equals (Line2 other) |
| override int | GetHashCode () |
| override string | ToString () |
| float | SignedDistance (Vector2 p) |
静态 Public 成员函数 | |
| static Line2 | Normalize (Line2 l) |
| static ? Vector2 | Intersection (Line2 l1, Line2 l2) |
| static bool | operator== (Line2 l1, Line2 l2) |
| static bool | operator!= (Line2 l1, Line2 l2) |
Public 属性 | |
| Vector2 | Normal |
| float | D |