Ponca  7b3f8ad3fde25a027e6452783ccee143798a71b8
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:294

Detailed Description

Definition at line 195 of file concepts.h.