MCPcopy Create free account
hub / github.com/city-super/Octree-GS / saveVectorInFile

Method saveVectorInFile

SIBR_viewers/src/core/view/TrackBall.cpp:84–86  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

82 }
83
84 void TrackBall::saveVectorInFile(std::ofstream & s, const Vector3f & v) const {
85 s << v.x() << " " << v.y() << " " << v.z() << std::endl;
86 }
87
88 void TrackBall::setCameraAttributes(const Viewport & viewport)
89 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected