Flutter
vector_math_64
Obb3
center property
center
Obb3 class
Constructors
Obb3
centerExtentsAxes
copy
Properties
axis0
axis1
axis2
center
halfExtents
hashCode
runtimeType
Methods
closestPointTo
copyCorner
copyFrom
copyInto
intersectsWithObb3
intersectsWithQuad
intersectsWithTriangle
intersectsWithVector3
resetRotation
rotate
transform
translate
noSuchMethod
toString
Operators
operator ==
center property
Vector3
center
The center of the OBB.
Implementation
Vector3 get center => _center;