Skip to content
This repository was archived by the owner on Mar 1, 2025. It is now read-only.

Commit 75634c9

Browse files
Update src/Base/Placement.h
Co-authored-by: Kacper Donat <[email protected]>
1 parent 56d5d7a commit 75634c9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Base/Placement.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ class BaseExport Placement
105105
static Placement
106106
sclerp(const Placement& p0, const Placement& p1, double t, bool shorten = true);
107107

108-
// Prints the content of the placement to the console. This is a development helper.
109-
void print(std::string name = "");
108+
/// Returns string representation of the placement, useful for debugging
109+
std::string Placement::toString();
110110

111111
private:
112112
Vector3<double> _pos;

0 commit comments

Comments
 (0)