DGtal  1.2.0
Public Types | Public Member Functions
DGtal::TangentFromDSS3DBy2DFunctor Class Reference

#include <DGtal/geometry/curves/estimation/LambdaMST3DBy2D.h>

Public Types

enum  MAIN_AXIS { X = 0 , Y = 1 , Z = 2 }
 
typedef PointVector< 3, double > Vector3D
 
typedef PointVector< 2, double > Vector2D
 

Public Member Functions

Vector3D operator() (MAIN_AXIS mainAxis, const Vector2D &v0, const Vector2D &v1) const
 

Detailed Description

Definition at line 136 of file LambdaMST3DBy2D.h.

Member Typedef Documentation

◆ Vector2D

Definition at line 141 of file LambdaMST3DBy2D.h.

◆ Vector3D

Definition at line 140 of file LambdaMST3DBy2D.h.

Member Enumeration Documentation

◆ MAIN_AXIS

Member Function Documentation

◆ operator()()

Vector3D DGtal::TangentFromDSS3DBy2DFunctor::operator() ( MAIN_AXIS  mainAxis,
const Vector2D v0,
const Vector2D v1 
) const

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