Megadocs 0.0.1
All of megapop's internal libraries
|
This is the complete list of members for Megapop.MegaCore.Math2D, including all inherited members.
Angle(Vector2 a, Vector2 b) | Megapop.MegaCore.Math2D | inlinestatic |
AngleSigned(Vector2 a, Vector2 b) | Megapop.MegaCore.Math2D | inlinestatic |
Approximately(Vector2 v1, Vector2 v2) | Megapop.MegaCore.Math2D | inlinestatic |
Average(this IList< Vector2 > points) | Megapop.MegaCore.Math2D | inlinestatic |
ChordLength(float radius, float degrees) | Megapop.MegaCore.Math2D | inlinestatic |
ClosestPointOnLineSegment(Vector2 segmentStart, Vector2 segmentEnd, Vector2 point) | Megapop.MegaCore.Math2D | inlinestatic |
ClosestPointOnLineSegment(Vector2 segmentStart, Vector2 segmentEnd, Vector2 point, out float t) | Megapop.MegaCore.Math2D | inlinestatic |
DirectionFromAngle(float radians) | Megapop.MegaCore.Math2D | inlinestatic |
Intersection(Vector2 a1, Vector2 a2, Vector2 b1, Vector2 b2, out bool found) | Megapop.MegaCore.Math2D | inlinestatic |
NormalizedDirection(Vector2 start, Vector2 end) | Megapop.MegaCore.Math2D | inlinestatic |
Rotate(Vector2 v, float radians) | Megapop.MegaCore.Math2D | inlinestatic |