licornea_tools
|
#include <feature_point.h>
Public Member Functions | |
bool | operator== (const feature_point &other) const |
Public Attributes | |
vec2 | position |
real | depth = 0.0 |
real | weight = 1.0 |
Definition at line 9 of file feature_point.h.
|
inline |
real tlz::feature_point::depth = 0.0 |
Definition at line 11 of file feature_point.h.
vec2 tlz::feature_point::position |
Definition at line 10 of file feature_point.h.
real tlz::feature_point::weight = 1.0 |
Definition at line 12 of file feature_point.h.