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

Method SetNormalVector

src/MapPoint.cc:496–500  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

494}
495
496void MapPoint::SetNormalVector(const Eigen::Vector3f& normal)
497{
498 unique_lock<mutex> lock3(mMutexPos);
499 mNormalVector = normal;
500}
501
502float MapPoint::GetMinDistanceInvariance()
503{

Callers 1

MergeLocalMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected