Castor3D 0.16.0
Multiplatform 3D engine
Fonctions membres publiques | Attributs publics | Liste de tous les membres
Référence de la classe castor::SphericalVertex

#include <SphericalVertex.hpp>

Fonctions membres publiques

CU_API SphericalVertex (float radius=0, float phi=0, float theta=0)
 Constructeur spécifié
 
CU_API SphericalVertex (Point3f const &vertex)
 Constructeur à partir d'un point cartésien.
 

Attributs publics

float m_radius
 
float m_phi
 
float m_theta
 

Documentation des constructeurs et destructeur

◆ SphericalVertex() [1/2]

CU_API castor::SphericalVertex::SphericalVertex ( float radius = 0,
float phi = 0,
float theta = 0 )

Constructeur spécifié

Paramètres
[in]radiusDistance à l'origine
[in]phiAngle Phi
[in]thetaAngle Theta

◆ SphericalVertex() [2/2]

CU_API castor::SphericalVertex::SphericalVertex ( Point3f const & vertex)
explicit

Constructeur à partir d'un point cartésien.

Paramètres
[in]vertexLe vertex à convertir

Documentation des données membres

◆ m_phi

float castor::SphericalVertex::m_phi

Angle sur le plan XY.

◆ m_radius

float castor::SphericalVertex::m_radius

Rayon (distance à l'origine).

◆ m_theta

float castor::SphericalVertex::m_theta

Angle sur le plan XZ.


La documentation de cette classe a été générée à partir du fichier suivant :