VX++ Framework (VxCpp.dll)
Friendly Voxon development with classes
Public Member Functions | Public Attributes | List of all members
point3d Struct Reference

3 floats (x, y & z) usually to describe a point in 3D More...

#include <vxDataTypes.h>

Public Member Functions

void scale (float value)
 scale (multiply) values
 
void amend (float addX, float addY, float addZ)
 amend all values (add a value to each)
 
void amendAll (float value)
 amend all values with the same value
 

Public Attributes

float x
 x position
 
float y
 y position
 
float z
 z position
 

Detailed Description

3 floats (x, y & z) usually to describe a point in 3D


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