Ponca  4d2a58fa5c6375adef5c4b208f4d47e016cecd6d
Point Cloud Analysis library
Loading...
Searching...
No Matches
Ponca::ProvidesTangentPlaneBasis Concept Reference

Concept definition

template<typename T>
concept Ponca::ProvidesTangentPlaneBasis = requires(const T ct, typename T::VectorType v) {
ct.tangentPlaneBasis();
{ ct.tangentPlaneBasis().worldToTangentPlane(v, true) } -> std::same_as<typename T::VectorType>;
{ ct.tangentPlaneBasis().tangentPlaneToWorld(v, true) } -> std::same_as<typename T::VectorType>;
}
Aggregator class used to declare specialized structures using CRTP.
Definition basket.h:260

Detailed Description

Definition at line 195 of file concepts.h.