My Project
List of all members
point3d Struct Reference

#include <test.h>

Public Attributes

double x
 
double y
 
double z
 
group 2
char * name
 
int namelength
 

Detailed Description

A structure to represent 3d vectors

Member Data Documentation

◆ name

char* point3d::name

the name of the point

◆ namelength

int point3d::namelength

the size of the point name

◆ x

double point3d::x

the x coordinate

◆ y

double point3d::y

the y coordinate

◆ z

double point3d::z

the z coordinate


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