ofDocsopenframeworks types ofPoint.h
#pragma once

#include "ofVec3f.h"

/// \file 
/// ofPoint is a typedef (alias) of ofVec3f

/// \brief Look at ofVec3f for documentation
typedef ofVec3f ofPoint;