Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <fx_coordinates.h>
Public Member Functions | |
CFX_VTemplate () | |
CFX_VTemplate (BaseType new_x, BaseType new_y) | |
CFX_VTemplate (const CFX_VTemplate &other) | |
CFX_VTemplate (const CFX_PTemplate< BaseType > &point1, const CFX_PTemplate< BaseType > &point2) | |
float | Length () const |
void | Normalize () |
float | Length () const |
void | Normalize () |
float | Length () const |
void | Normalize () |
Public Member Functions inherited from CFX_PTemplate< BaseType > | |
constexpr | CFX_PTemplate ()=default |
constexpr | CFX_PTemplate (BaseType new_x, BaseType new_y) |
CFX_PTemplate (const CFX_PTemplate &other)=default | |
CFX_PTemplate & | operator= (const CFX_PTemplate &other)=default |
bool | operator== (const CFX_PTemplate &other) const |
bool | operator!= (const CFX_PTemplate &other) const |
CFX_PTemplate & | operator+= (const CFX_PTemplate< BaseType > &obj) |
CFX_PTemplate & | operator-= (const CFX_PTemplate< BaseType > &obj) |
CFX_PTemplate | operator+ (const CFX_PTemplate &other) const |
CFX_PTemplate | operator- (const CFX_PTemplate &other) const |
Additional Inherited Members | |
Public Attributes inherited from CFX_PTemplate< BaseType > | |
BaseType | x = 0 |
BaseType | y = 0 |
Definition at line 122 of file fx_coordinates.h.
|
inline |
Definition at line 127 of file fx_coordinates.h.
|
inline |
Definition at line 128 of file fx_coordinates.h.
|
inline |
Definition at line 131 of file fx_coordinates.h.
|
inline |
Definition at line 133 of file fx_coordinates.h.
float CFX_VTemplate< float >::Length | ( | ) | const |
Definition at line 67 of file fx_coordinates.cpp.
float CFX_VTemplate< float >::Length | ( | ) | const |
Definition at line 67 of file fx_coordinates.cpp.
float CFX_VTemplate< BaseType >::Length | ( | ) | const |
void CFX_VTemplate< float >::Normalize | ( | ) |
Definition at line 72 of file fx_coordinates.cpp.
void CFX_VTemplate< float >::Normalize | ( | ) |
Definition at line 72 of file fx_coordinates.cpp.
void CFX_VTemplate< BaseType >::Normalize | ( | ) |