menu
rive package
documentation
math.dart
AABB
perimeter static method
perimeter static method
dark_mode
light_mode
perimeter
static method
double
perimeter
(
AABB
a
)
Implementation
static
double
perimeter(AABB a) {
return
2.0
* (a.width + a.height); }
rive package
documentation
math
AABB
perimeter static method
AABB class
Constructors
new
clone
collapsed
empty
expand
fromCoordinates
fromLTRB
fromLTWH
fromMinMax
fromPoints
fromValues
pad
Properties
area
bottom
bottomCenter
bottomLeft
bottomRight
centerX
centerY
hashCode
height
isEmpty
left
leftCenter
maximum
maxX
maxY
minimum
minX
minY
rect
right
rightCenter
runtimeType
top
topCenter
topLeft
topRight
width
Methods
center
contains
containsBounds
expandToPoint
factorFrom
includePoint
inset
noSuchMethod
offset
pointAt
round
toString
transform
translate
Operators
operator *
operator /
operator ==
operator []
operator []=
Static methods
areEqual
combine
copy
extents
isValid
perimeter
size
testOverlap