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