cpp-toolbox  0.0.1
A toolbox library for C++
Loading...
Searching...
No Matches
toolbox::types::point_t< T > Member List

This is the complete list of members for toolbox::types::point_t< T >, including all inherited members.

cross(const point_t &other) const -> point_ttoolbox::types::point_t< T >
distance(const point_t &other) const -> doubletoolbox::types::point_t< T >
distance_p(const point_t &other, const double &p_value) const -> doubletoolbox::types::point_t< T >
dot(const point_t &other) const -> Ttoolbox::types::point_t< T >
max_value() -> point_ttoolbox::types::point_t< T >static
max_value() -> point_t< int >toolbox::types::point_t< T >inline
max_value() -> point_t< float >toolbox::types::point_t< T >inline
min_value() -> point_ttoolbox::types::point_t< T >static
min_value() -> point_t< int >toolbox::types::point_t< T >inline
min_value() -> point_t< float >toolbox::types::point_t< T >inline
norm() const -> doubletoolbox::types::point_t< T >
normalize() const -> point_t< double >toolbox::types::point_t< T >
operator!=(const point_t &other) consttoolbox::types::point_t< T >
operator*=(const T &scalar)toolbox::types::point_t< T >
operator+=(const point_t &other)toolbox::types::point_t< T >
operator-=(const point_t &other)toolbox::types::point_t< T >
operator/=(const T &scalar)toolbox::types::point_t< T >
operator<(const point_t &other) consttoolbox::types::point_t< T >
operator=(const point_t &other)=defaulttoolbox::types::point_t< T >
operator=(point_t &&other) noexcept=defaulttoolbox::types::point_t< T >
operator==(const point_t &other) consttoolbox::types::point_t< T >
p_norm(const double &p_value) const -> doubletoolbox::types::point_t< T >
p_normalize(const double &p_value) const -> point_t< double >toolbox::types::point_t< T >
point_t(T x_coord, T y_coord, T z_coord)toolbox::types::point_t< T >
point_t()toolbox::types::point_t< T >
point_t(const point_t &other)=defaulttoolbox::types::point_t< T >
point_t(point_t &&other) noexcept=defaulttoolbox::types::point_t< T >
value_type typedeftoolbox::types::point_t< T >
xtoolbox::types::point_t< T >
ytoolbox::types::point_t< T >
ztoolbox::types::point_t< T >
~point_t()=defaulttoolbox::types::point_t< T >