Skip to content

Instantly share code, notes, and snippets.

View oofin008's full-sized avatar
🏠
Working from home

santi liwsakphaiboon oofin008

🏠
Working from home
View GitHub Profile
@oofin008
oofin008 / fileimport.h
Last active April 18, 2018 09:17
3D Matrix Rotation using C++
#pragma once
#ifndef _FILEIMPORT_H
#define _FILEIMPORT_H
#include <iostream>
#include <fstream>
#include <string>
#include <sstream>
#include <string.h>
#include "matrixrotate.h"
using namespace std;