|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <Camera.h>
Public Member Functions | |
| Quaternion () | |
| Quaternion (const XYZ &R) | |
| Quaternion (const XYZ &R, const double &A) | |
| ~Quaternion () | |
Public Attributes | |
| double | x |
| double | y |
| double | z |
| double | w |
| Quaternion::Quaternion | ( | ) |
Definition at line 455 of file Camera.cpp.
| Quaternion::Quaternion | ( | const XYZ & | R | ) |
Definition at line 446 of file Camera.cpp.
| Quaternion::Quaternion | ( | const XYZ & | R, |
| const double & | A | ||
| ) |
Definition at line 448 of file Camera.cpp.
| Quaternion::~Quaternion | ( | ) |
Definition at line 457 of file Camera.cpp.
| double Quaternion::w |
Definition at line 33 of file Camera.h.
Referenced by length(), Camera::move_and_look(), mult(), normalize(), normalize_axe(), Quaternion(), rotate(), and Camera::rotate().
| double Quaternion::x |
Definition at line 33 of file Camera.h.
Referenced by conjugate(), length(), Camera::move_and_look(), mult(), normalize(), normalize_axe(), Quaternion(), rotate(), and Camera::rotate().
| double Quaternion::y |
Definition at line 33 of file Camera.h.
Referenced by conjugate(), length(), Camera::move_and_look(), mult(), normalize(), normalize_axe(), Quaternion(), rotate(), and Camera::rotate().
| double Quaternion::z |
Definition at line 33 of file Camera.h.
Referenced by conjugate(), length(), Camera::move_and_look(), mult(), normalize(), normalize_axe(), Quaternion(), rotate(), and Camera::rotate().