MCPcopy Create free account
hub / github.com/TUC-ProAut/libRSF / Create

Method Create

include/LocalParametrization.h:78–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76 }
77
78 static ceres::LocalParameterization* Create()
79 {
80 return (new ceres::AutoDiffLocalParameterization<UnitCircleLocalParameterization, 2, 1>);
81 }
82 };
83
84 /** modified autodiff version of original ceres one */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected