Public Member Functions | Public Attributes | Static Public Attributes | List of all members
quori_face::SphericalCoordinate Struct Reference

#include <transform.hpp>

Public Member Functions

SphericalCoordinate operator+ (const SphericalCoordinate &rhs) const
 
SphericalCoordinateoperator+= (const SphericalCoordinate &rhs)
 
 SphericalCoordinate ()
 
 SphericalCoordinate (const double theta, const double psi)
 

Public Attributes

double psi
 
double theta
 

Static Public Attributes

static const SphericalCoordinate CENTER
 

Detailed Description

These parameters contain a spherical coordinate used by the transform function

Definition at line 68 of file transform.hpp.

Constructor & Destructor Documentation

◆ SphericalCoordinate() [1/2]

SphericalCoordinate::SphericalCoordinate ( )

Definition at line 142 of file transform.cpp.

◆ SphericalCoordinate() [2/2]

SphericalCoordinate::SphericalCoordinate ( const double  theta,
const double  psi 
)

Definition at line 148 of file transform.cpp.

Member Function Documentation

◆ operator+()

SphericalCoordinate SphericalCoordinate::operator+ ( const SphericalCoordinate rhs) const

Definition at line 154 of file transform.cpp.

◆ operator+=()

SphericalCoordinate & SphericalCoordinate::operator+= ( const SphericalCoordinate rhs)

Definition at line 162 of file transform.cpp.

Member Data Documentation

◆ CENTER

const SphericalCoordinate SphericalCoordinate::CENTER
static

Definition at line 86 of file transform.hpp.

◆ psi

double quori_face::SphericalCoordinate::psi

Azimuthal angle of spherical coordinates on the head

Definition at line 81 of file transform.hpp.

◆ theta

double quori_face::SphericalCoordinate::theta

Polar angle of spherical coordinates on the head

Definition at line 76 of file transform.hpp.


The documentation for this struct was generated from the following files:


quori_face
Author(s):
autogenerated on Wed Mar 2 2022 00:53:20