Flutter
vector_math
Aabb2
min property
min
Aabb2 class
Constructors
Aabb2
centerAndHalfExtents
copy
fromBuffer
minMax
Properties
center
max
min
hashCode
runtimeType
Methods
containsAabb2
containsVector2
copyCenterAndHalfExtents
copyFrom
hull
hullPoint
intersectsWithAabb2
intersectsWithVector2
rotate
rotated
setCenterAndHalfExtents
transform
transformed
noSuchMethod
toString
Operators
operator ==
min property
Vector2
min
The minimum point defining the AABB.
Implementation
Vector2 get min => _min;