licornea_tools
Public Member Functions | Public Attributes | List of all members
tlz::feature_point Struct Reference

#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
 

Detailed Description

Definition at line 9 of file feature_point.h.

Member Function Documentation

bool tlz::feature_point::operator== ( const feature_point other) const
inline

Definition at line 14 of file feature_point.h.

Here is the call graph for this function:

Member Data Documentation

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.


The documentation for this struct was generated from the following file: