copy method
dynamic
copy(
- dynamic obb
Implementation
copy(obb) {
center.copy(obb.center);
halfSize.copy(obb.halfSize);
rotation.copy(obb.rotation);
return this;
}
copy(obb) {
center.copy(obb.center);
halfSize.copy(obb.halfSize);
rotation.copy(obb.rotation);
return this;
}