Kaspersky Neuromorphic Platform  1.0.0
API Reference
Loading...
Searching...
No Matches
polar.h File Reference

Implementations of radial coordinates. More...

#include <boost/geometry.hpp>
+ Include dependency graph for polar.h:

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.
 

Detailed Description

Implementations of radial coordinates.

Developers: Artiom N.
Date
22.03.2023
License: Apache 2.0

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.