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

Concept definition

template<typename T>
ProvidesImplicitPrimitive<T> && requires(T t, const T ct, typename T::Scalar s, typename T::VectorType v) {
t.plane();
ct.plane();
t.plane().setPlane(v, v);
}

Detailed Description

Definition at line 125 of file concepts.h.