Capsule class
Methods
-
checkAABBAxis(double p1x, double p1y, double p2x, double p2y, double minx, double maxx, double miny, double maxy, double radius)
→ bool
-
-
clone()
→ Capsule
-
-
copy(Capsule capsule)
→ void
-
-
getCenter(Vector3 target)
→ Vector3
-
-
intersectsBox(Box3 box)
→ bool
-
-
lineLineMinimumPoints(dynamic line1, dynamic line2)
→ List<Vector3>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
set(Vector3 start, Vector3 end, double radius)
→ void
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
translate(Vector3 v)
→ void
-