Home Previous Up Next Index

armarx::viz::data::ColoredPoint

Overview

struct ColoredPoint

Used By

ColoredPointList

Data Member Index

x
y
z
color

Data Members

float x;
float y;
float z;
Color color;

Home Previous Up Next Index