#include <vector3d.h>
Public Member Functions | |
polar3d () | |
polar3d (real Nt, real Np, real Nr) | |
polar3d (const vector3d &v) | |
Public Attributes | |
real | theta |
real | phi |
real | r |
Definition at line 74 of file vector3d.h.
|
inline |
Definition at line 79 of file vector3d.h.
Definition at line 80 of file vector3d.h.
real phi |
Definition at line 76 of file vector3d.h.
Referenced by polar3d().
real r |
Definition at line 77 of file vector3d.h.
Referenced by polar3d().
real theta |
Definition at line 76 of file vector3d.h.
Referenced by polar3d().