MCPcopy Create free account
hub / github.com/UZ-SLAMLab/ORB_SLAM3 / data

Method data

Thirdparty/Sophus/sophus/so2.hpp:140–140  ·  view source on GitHub ↗

This provides unsafe read/write access to internal data. SO(2) is represented by a unit complex number (two parameters). When using direct write access, the user needs to take care of that the complex number stays normalized.

Source from the content-addressed store, hash-verified

138 /// normalized.
139 ///
140 SOPHUS_FUNC Scalar* data() { return unit_complex_nonconst().data(); }
141
142 /// Const version of data() above.
143 ///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected