Remove unused code.

This commit is contained in:
castano
2011-09-01 22:16:37 +00:00
parent 5d19ff392a
commit 8b096b4186
9 changed files with 3 additions and 1134 deletions

View File

@ -1,11 +1,11 @@
// This code is in the public domain -- castanyo@yahoo.es
// This code is in the public domain -- Ignacio Casta<74>o <castano@gmail.com>
#pragma once
#ifndef NV_MATH_PLANE_H
#define NV_MATH_PLANE_H
#include <nvmath/nvmath.h>
#include <nvmath/Vector.h>
#include "nvmath.h"
#include "Vector.h"
namespace nv
{