template<typename T>
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 at line 195 of file concepts.h.