Ponca
7b3f8ad3fde25a027e6452783ccee143798a71b8
Point Cloud Analysis library
Loading...
Searching...
No Matches
Ponca::ProvidesPlane Concept Reference
Concept definition
template
<
typename
T>
concept
Ponca::ProvidesPlane
=
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);
}
Ponca::ProvidesImplicitPrimitive
Definition
concepts.h:16
Ponca::ProvidesPlane
Definition
concepts.h:125
Detailed Description
Definition at line
125
of file
concepts.h
.
Ponca
ProvidesPlane
Generated on Mon Jun 8 2026 15:19:30 for Ponca by
1.9.8