ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
OrientedPoint3D< Real > Struct Template Reference

#include <PointStream.h>

Public Member Functions

 OrientedPoint3D (Point3D< Real > pp=Point3D< Real >(), Point3D< Real > nn=Point3D< Real >())
 

Public Attributes

Point3D< Real > p
 
Point3D< Real > n
 

Detailed Description

template<class Real>
struct OrientedPoint3D< Real >

Definition at line 34 of file PointStream.h.

Constructor & Destructor Documentation

◆ OrientedPoint3D()

template<class Real >
OrientedPoint3D< Real >::OrientedPoint3D ( Point3D< Real >  pp = Point3D< Real >(),
Point3D< Real >  nn = Point3D< Real >() 
)
inline

Definition at line 37 of file PointStream.h.

Member Data Documentation

◆ n

template<class Real >
Point3D< Real > OrientedPoint3D< Real >::n

Definition at line 36 of file PointStream.h.

◆ p

template<class Real >
Point3D< Real > OrientedPoint3D< Real >::p

Definition at line 36 of file PointStream.h.


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