Blender  V3.3
Public Member Functions | Public Attributes | List of all members
libmv::EuclideanPoint Struct Reference

#include <reconstruction.h>

Public Member Functions

 EuclideanPoint ()
 
 EuclideanPoint (const EuclideanPoint &p)
 

Public Attributes

int track
 
Vec3 X
 

Detailed Description

A Point is the 3D location of a track.

track identify which track from this point corresponds to. X represents the 3D position of the track. Reconstruction

Definition at line 57 of file libmv/simple_pipeline/reconstruction.h.

Constructor & Destructor Documentation

◆ EuclideanPoint() [1/2]

libmv::EuclideanPoint::EuclideanPoint ( )
inline

Definition at line 58 of file libmv/simple_pipeline/reconstruction.h.

◆ EuclideanPoint() [2/2]

libmv::EuclideanPoint::EuclideanPoint ( const EuclideanPoint p)
inline

Definition at line 59 of file libmv/simple_pipeline/reconstruction.h.

Member Data Documentation

◆ track

int libmv::EuclideanPoint::track

Definition at line 60 of file libmv/simple_pipeline/reconstruction.h.

◆ X

Vec3 libmv::EuclideanPoint::X

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