PeriDyno 1.0.0
Loading...
Searching...
No Matches
dyno::ProjectedPoint3D< Real > Struct Template Reference

#include <Distance3D.h>

Collaboration diagram for dyno::ProjectedPoint3D< Real >:

Public Types

typedef Vector< Real, 2 > Coord2D
 
typedef Vector< Real, 3 > Coord3D
 

Public Attributes

int id = -1
 
Real signed_distance
 
Coord3D point
 
Coord3D normal
 

Detailed Description

template<typename Real>
struct dyno::ProjectedPoint3D< Real >

Definition at line 29 of file Distance3D.h.

Member Typedef Documentation

◆ Coord2D

template<typename Real>
typedef Vector<Real, 2> dyno::ProjectedPoint3D< Real >::Coord2D

Definition at line 32 of file Distance3D.h.

◆ Coord3D

template<typename Real>
typedef Vector<Real, 3> dyno::ProjectedPoint3D< Real >::Coord3D

Definition at line 33 of file Distance3D.h.

Member Data Documentation

◆ id

template<typename Real>
int dyno::ProjectedPoint3D< Real >::id = -1

Definition at line 37 of file Distance3D.h.

◆ normal

template<typename Real>
Coord3D dyno::ProjectedPoint3D< Real >::normal

Definition at line 41 of file Distance3D.h.

◆ point

template<typename Real>
Coord3D dyno::ProjectedPoint3D< Real >::point

Definition at line 40 of file Distance3D.h.

◆ signed_distance

template<typename Real>
Real dyno::ProjectedPoint3D< Real >::signed_distance

Definition at line 38 of file Distance3D.h.


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