Kaspersky Neuromorphic Platform
1.0.0
API Reference
|
Implementations of radial coordinates. More...
#include <boost/geometry.hpp>
Go to the source code of this file.
Classes | |
class | knp::framework::coordinates::radial::d2::coordinate< CoordinateType, DegreeOrRadian, CoordinateSystem > |
Polar coordinates. More... | |
class | knp::framework::coordinates::radial::d3::coordinate< CoordinateType, DegreeOrRadian, CoordinateSystem > |
Spherical coordinates. More... | |
Namespaces | |
namespace | knp |
General framework namespace. | |
namespace | knp::framework |
Framework namespace. | |
namespace | knp::framework::coordinates |
Namespace for framework coordinates. | |
namespace | knp::framework::coordinates::radial |
Namespace for the radial coordinates. | |
namespace | knp::framework::coordinates::radial::d2 |
Namespace for polar coordinates. | |
namespace | knp::framework::coordinates::radial::d3 |
Namespace for spherical coordinates. | |
Variables | |
constexpr char | knp::framework::coordinates::radial::d2::coordinate_tag_name [] {"polar_coordinate"} |
Predefined tag name for one coordinate. | |
constexpr char | knp::framework::coordinates::radial::d2::coordinate_array_tag_name [] {"polar_coordinates_array"} |
Predefined tag name for array of coordinates. | |
constexpr char | knp::framework::coordinates::radial::d3::coordinate_tag_name [] {"spherical_coordinate"} |
Predefined tag name for one coordinate. | |
constexpr char | knp::framework::coordinates::radial::d3::coordinate_array_tag_name [] {"spherical_coordinates_array"} |
Predefined tag name for array of coordinates. | |
Implementations of radial coordinates.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Definition in file polar.h.