copyFrom method
Copy from other
into this.
Implementation
void copyFrom(Obb3 other) {
_center.setFrom(other._center);
_halfExtents.setFrom(other._halfExtents);
_axis0.setFrom(other._axis0);
_axis1.setFrom(other._axis1);
_axis2.setFrom(other._axis2);
}