Public Member Functions | Public Attributes | List of all members
kfusion::Point Struct Reference

#include <types.hpp>

Public Member Functions

Pointoperator+ (cv::Vec< float, 3 > vec)
 

Public Attributes

union {
   struct {
      float   w
 
      float   x
 
      float   y
 
      float   z
 
   } 
 
   float   data [4]
 
}; 
 

Detailed Description

Definition at line 47 of file types.hpp.

Member Function Documentation

◆ operator+()

Point& kfusion::Point::operator+ ( cv::Vec< float, 3 >  vec)
inline

Definition at line 55 of file types.hpp.

Member Data Documentation

◆ @7

union { ... }

◆ data

float kfusion::Point::data[4]

Definition at line 51 of file types.hpp.

◆ w

float kfusion::Point::w

Definition at line 52 of file types.hpp.

◆ x

float kfusion::Point::x

Definition at line 52 of file types.hpp.

◆ y

float kfusion::Point::y

Definition at line 52 of file types.hpp.

◆ z

float kfusion::Point::z

Definition at line 52 of file types.hpp.


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


lvr2
Author(s): Thomas Wiemann , Sebastian Pütz , Alexander Mock , Lars Kiesow , Lukas Kalbertodt , Tristan Igelbrink , Johan M. von Behren , Dominik Feldschnieders , Alexander Löhr
autogenerated on Wed Mar 2 2022 00:37:26