Add geom::cylinder deduction guides
This commit is contained in:
parent
3b509fb358
commit
bdb1a203ff
1 changed files with 3 additions and 0 deletions
|
|
@ -14,4 +14,7 @@ namespace psemek::geom
|
||||||
T radius;
|
T radius;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
template <typename T, std::size_t N>
|
||||||
|
cylinder(point<T, N>, vector<T, N>, T) -> cylinder<T, N>;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue