Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KumarRobotics/sloam
/ distance
Method
distance
sloam/src/objects/plane.cpp:131–134 ·
view source on GitHub ↗
not implemented
Source
from the content-addressed store, hash-verified
129
130
// not implemented
131
Scalar Plane::distance(const PlaneParameters &tgt) const
132
{
133
return (model.centroid - tgt.centroid).norm();
134
};
135
136
Scalar Plane::distance(const PointT &point) const
137
{
Callers
5
matchFeatures
Method · 0.45
matchModels
Method · 0.45
computeModels
Method · 0.45
TEST_F
Function · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
2
TEST_F
Function · 0.36
TEST_F
Function · 0.36