- circle
auto circle(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
- dist
auto dist(T x, T y)
Undocumented in source. Be warned that the author may not have intended to support it.
- dist2
auto dist2(T x, T y)
Undocumented in source. Be warned that the author may not have intended to support it.
- intersects
bool intersects(Shape!T a, Shape!T b)
bool intersects(Circle!T circle, Rect!T rect)
- point
auto point(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
- rect
auto rect(T args)
Undocumented in source. Be warned that the author may not have intended to support it.
- shape
auto shape(T shape)
Undocumented in source. Be warned that the author may not have intended to support it.
- sqrtx
auto sqrtx(T x)
sqrt disambiguation for integers.
2D geometry math stuff