fix Plane header that was not caught

This commit is contained in:
Stephen Birarda 2014-04-09 09:36:13 -07:00
parent 684c6b5372
commit a65f8faea9

View file

@ -1,12 +1,16 @@
//
// Plane.cpp
// hifi
// libraries/octree/src/
//
// Created by Brad Hefta-Gaub on 04/11/13.
// Originally from lighthouse3d. Modified to utilize glm::vec3 and clean up to our coding standards
// Copyright 2013 High Fidelity, Inc.
//
// Originally from lighthouse3d. Modified to utilize glm::vec3 and clean up to our coding standards
// Simple plane class.
//
// Distributed under the Apache License, Version 2.0.
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
//
#include "Plane.h"