ACloudViewer  3.9.4
A Modern Library for 3D Data Processing
colmap::PlyMeshVertex Struct Reference

#include <ply.h>

Public Member Functions

 PlyMeshVertex ()
 
 PlyMeshVertex (const float x, const float y, const float z)
 

Public Attributes

float x = 0.0f
 
float y = 0.0f
 
float z = 0.0f
 

Detailed Description

Definition at line 29 of file ply.h.

Constructor & Destructor Documentation

◆ PlyMeshVertex() [1/2]

colmap::PlyMeshVertex::PlyMeshVertex ( )
inline

Definition at line 30 of file ply.h.

◆ PlyMeshVertex() [2/2]

colmap::PlyMeshVertex::PlyMeshVertex ( const float  x,
const float  y,
const float  z 
)
inline

Definition at line 31 of file ply.h.

Member Data Documentation

◆ x

float colmap::PlyMeshVertex::x = 0.0f

Definition at line 34 of file ply.h.

◆ y

float colmap::PlyMeshVertex::y = 0.0f

Definition at line 35 of file ply.h.

◆ z

float colmap::PlyMeshVertex::z = 0.0f

Definition at line 36 of file ply.h.


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