Capsule class

Constructors

Capsule([Vector3? start, Vector3? end, double? radius])

Properties

end ↔ Vector3
getter/setter pair
EPS double
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
radius double
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
start ↔ Vector3
getter/setter pair

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

Operators

operator ==(Object other) bool
The equality operator.
inherited