Visual Computing Library
Toggle main menu visibility
Main Page
Related Pages
Topics
Concepts
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
a
b
c
d
e
i
l
m
s
t
u
w
Typedefs
a
b
c
d
e
i
n
p
q
r
s
t
v
w
Enumerations
Related Symbols
Files
File List
•
All
Classes
Functions
Variables
Typedefs
Enumerations
Friends
Modules
Pages
Concepts
Loading...
Searching...
No Matches
vcl::Polygon3Concept Concept Reference
Concept definition
template
<
typename
T>
concept
vcl::Polygon3Concept
=
PolygonConcept<T>
&& RemoveRef<T>::DIM == 3 &&
requires
(T&& obj) {
{ obj.normal() } ->
Point3Concept
;
}
vcl::Point3Concept
Concept for points in three-dimensional space.
Definition
point.h:130
vcl::Polygon3Concept
Definition
polygon.h:85
vcl::PolygonConcept
Definition
polygon.h:35
vcl
Polygon3Concept
Generated by
1.9.8