9#ifndef AVARA3D_MESH_POINT_H
10#define AVARA3D_MESH_POINT_H
26 explicit Point(
const math::vec3& location);
27 Point(
const math::vec3& location,
const Color& color);
31 const math::vec3& location()
const;
32 void location(
const math::vec3& point);
33 const Color& color()
const;
34 void color(
const Color& color);