Flutter
vector_math
IntersectionResult
depth property
depth
IntersectionResult class
Constructors
IntersectionResult
Properties
axis
depth
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
depth property
double
depth
The penetration depth of the intersection.
Implementation
double get depth => _depth;