XX CMake Package
Loading...
Searching...
No Matches
XX::Linalg::Spherical Class Reference

Spherical coordinates, used to represent points in 3D space. More...

#include <XXLinalgSpherical.h>

Detailed Description

Spherical coordinates, used to represent points in 3D space.

Public Member Functions

 Spherical (const double &az=0.0, const double &el=0.0, const double &radius=1.0)
bool operator< (const Spherical &other) const

Public Attributes

double az = 0.0
double el = 0.0
double radius = 0.0

Friends

std::ostream & operator<< (std::ostream &out, const Spherical &spherial)
QDebug operator<< (QDebug stream, const Spherical &spherial)

Constructor & Destructor Documentation

◆ Spherical()

XX::Linalg::Spherical::Spherical ( const double & az = 0.0,
const double & el = 0.0,
const double & radius = 1.0 )

Member Function Documentation

◆ operator<()

bool XX::Linalg::Spherical::operator< ( const Spherical & other) const

◆ operator<< [1/2]

QDebug operator<< ( QDebug stream,
const Spherical & spherial )
friend

◆ operator<< [2/2]

std::ostream & operator<< ( std::ostream & out,
const Spherical & spherial )
friend

Member Data Documentation

◆ az

double XX::Linalg::Spherical::az = 0.0

◆ el

double XX::Linalg::Spherical::el = 0.0

◆ radius

double XX::Linalg::Spherical::radius = 0.0

The documentation for this class was generated from the following file: