menu
flame package
documentation
input.dart
Obb3
translate method
translate method
dark_mode
light_mode
translate
method
void
translate
(
Vector3
offset
)
Translate this by
offset
.
Implementation
void
translate(Vector3 offset) { _center.add(offset); }
flame package
documentation
input
Obb3
translate method
Obb3 class
Constructors
new
centerExtentsAxes
copy
Properties
axis0
axis1
axis2
center
halfExtents
hashCode
runtimeType
Methods
closestPointTo
copyCorner
copyFrom
copyInto
intersectsWithObb3
intersectsWithQuad
intersectsWithTriangle
intersectsWithVector3
noSuchMethod
resetRotation
rotate
toString
transform
translate
Operators
operator ==