Skip to content

Commit 5fabb25

Browse files
committed
Add describeTo to Spherical to allow imgui display of camera
1 parent 329f670 commit 5fabb25

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/libs/math/math/Spherical.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@ class Spherical
4040

4141
constexpr Frame<3, T_value> computeTangentFrame() const;
4242

43+
template<class T_witness>
44+
void describeTo(T_witness && aWitness)
45+
{
46+
}
47+
4348
private:
4449
T_value mRadius{0.};
4550
// Polar angle measured from Y.

0 commit comments

Comments
 (0)