Skip to content

Commit

Permalink
--cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jturner65 committed Jul 15, 2024
1 parent 70e4fdd commit 8495352
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/esp/geo/OBB.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ void OBB::recomputeTransforms() {
worldToLocal_ =
Mn::Matrix4::from(worldToLocalRotTranspose.transposed(),
(-worldToLocalRotTranspose.transposed() * center_));

ESP_ERROR() << "RecomputeTransform :\nRotation : \t" << rotation_
<< "\nRotation Mat : \n\t" << R << "\nHalf extents : \t"
<< halfExtents_ << "\nLocal to World Rotation : \n\t"
<< localToWorldRot << "\nTranslation : \t" << center_
<< "\nworldToLocalRotTranspose Transposed: \n\t"
<< worldToLocalRotTranspose.transposed()
<< "\nWorld to Local: \n\t" << worldToLocal_;
}

bool OBB::contains(const Mn::Vector3& p, float eps /* = 1e-6f */) const {
Expand Down

0 comments on commit 8495352

Please sign in to comment.