#pragma once
#include "ofVec3f.h"
/// \file
/// ofPoint is a typedef (alias) of ofVec3f
/// \brief Look at ofVec3f for documentation
typedef ofVec3f ofPoint;
#pragma once
#include "ofVec3f.h"
/// \file
/// ofPoint is a typedef (alias) of ofVec3f
/// \brief Look at ofVec3f for documentation
typedef ofVec3f ofPoint;
Comments