Flutter
vector_math
Obb3
translate method
translate
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 ==
translate method
void
translate
(
Vector3
offset
)
Translate
this
by
offset
.
Implementation
void translate(Vector3 offset) { _center.add(offset); }