MCPcopy Create free account
hub / github.com/KumarRobotics/sloam / project

Method project

sloam/src/objects/cylinder.cpp:205–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205void Cylinder::project(const SE3 &tf)
206{
207 Vector3 otherPoint = model.root + model.ray;
208 model.root = tf * model.root;
209 otherPoint = tf * otherPoint;
210 model.ray = otherPoint - model.root;
211}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected