Updated headers

This commit is contained in:
2021-08-16 16:33:38 -07:00
parent 4040a48e40
commit 6be8cd11d9
27 changed files with 56 additions and 26 deletions

View File

@@ -2,7 +2,7 @@
// KRAABB.h // KRAABB.h
// Kraken Engine / Hydra // Kraken Engine / Hydra
// //
// Copyright 2018 Kearwood Gilbert. All rights reserved. // Copyright 2021 Kearwood Gilbert. All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without modification, are // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// hitinfo.h // hitinfo.h
// Kraken Engine / Hydra // Kraken Engine / Hydra
// //
// Copyright 2018 Kearwood Gilbert. All rights reserved. // Copyright 2021 Kearwood Gilbert. All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without modification, are // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// hydra.h // hydra.h
// Kraken Engine / Hydra // Kraken Engine / Hydra
// //
// Copyright 2018 Kearwood Gilbert. All rights reserved. // Copyright 2021 Kearwood Gilbert. All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without modification, are // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// Matrix2.h // Matrix2.h
// Kraken Engine / Hydra // Kraken Engine / Hydra
// //
// Copyright 2018 Kearwood Gilbert. All rights reserved. // Copyright 2021 Kearwood Gilbert. All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without modification, are // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// Matrix2x3.h // Matrix2x3.h
// Kraken Engine / Hydra // Kraken Engine / Hydra
// //
// Copyright 2018 Kearwood Gilbert. All rights reserved. // Copyright 2021 Kearwood Gilbert. All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without modification, are // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// Matrix4.h // Matrix4.h
// Kraken Engine / Hydra // Kraken Engine / Hydra
// //
// Copyright 2018 Kearwood Gilbert. All rights reserved. // Copyright 2021 Kearwood Gilbert. All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without modification, are // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// Quaternion.h // Quaternion.h
// Kraken Engine / Hydra // Kraken Engine / Hydra
// //
// Copyright 2018 Kearwood Gilbert. All rights reserved. // Copyright 2021 Kearwood Gilbert. All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without modification, are // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// KRFloat.h // KRFloat.h
// Kraken Engine / Hydra // Kraken Engine / Hydra
// //
// Copyright 2018 Kearwood Gilbert. All rights reserved. // Copyright 2021 Kearwood Gilbert. All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without modification, are // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// KRTriangle.h // KRTriangle.h
// Kraken Engine / Hydra // Kraken Engine / Hydra
// //
// Copyright 2018 Kearwood Gilbert. All rights reserved. // Copyright 2021 Kearwood Gilbert. All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without modification, are // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// vector2.h // vector2.h
// Kraken Engine / Hydra // Kraken Engine / Hydra
// //
// Copyright 2018 Kearwood Gilbert. All rights reserved. // Copyright 2021 Kearwood Gilbert. All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without modification, are // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// vector2i.h // vector2i.h
// Kraken Engine / Hydra // Kraken Engine / Hydra
// //
// Copyright 2018 Kearwood Gilbert. All rights reserved. // Copyright 2021 Kearwood Gilbert. All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without modification, are // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// Vector3.h // Vector3.h
// Kraken Engine / Hydra // Kraken Engine / Hydra
// //
// Copyright 2018 Kearwood Gilbert. All rights reserved. // Copyright 2021 Kearwood Gilbert. All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without modification, are // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// Vector4.h // Vector4.h
// Kraken Engine / Hydra // Kraken Engine / Hydra
// //
// Copyright 2018 Kearwood Gilbert. All rights reserved. // Copyright 2021 Kearwood Gilbert. All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without modification, are // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// aabb.cpp // aabb.cpp
// Kraken Engine / Hydra // Kraken Engine / Hydra
// //
// Copyright 2018 Kearwood Gilbert. All rights reserved. // Copyright 2021 Kearwood Gilbert. All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without modification, are // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// hitinfo.cpp // hitinfo.cpp
// Kraken Engine / Hydra // Kraken Engine / Hydra
// //
// Copyright 2018 Kearwood Gilbert. All rights reserved. // Copyright 2021 Kearwood Gilbert. All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without modification, are // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// krhelpers.cpp // krhelpers.cpp
// Kraken Engine / Hydra // Kraken Engine / Hydra
// //
// Copyright 2018 Kearwood Gilbert. All rights reserved. // Copyright 2021 Kearwood Gilbert. All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without modification, are // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -1,3 +1,33 @@
//
// krhelpers.h
// Kraken Engine / Hydra
//
// Copyright 2021 Kearwood Gilbert. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the above copyright notice, this list of
// conditions and the following disclaimer.
//
// 2. Redistributions in binary form must reproduce the above copyright notice, this list
// of conditions and the following disclaimer in the documentation and/or other materials
// provided with the distribution.
//
// THIS SOFTWARE IS PROVIDED BY KEARWOOD GILBERT ''AS IS'' AND ANY EXPRESS OR IMPLIED
// WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND
// FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL KEARWOOD GILBERT OR
// CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
// CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
// SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
// ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
// NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
// ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
//
// The views and conclusions contained in the software and documentation are those of the
// authors and should not be interpreted as representing official policies, either expressed
// or implied, of Kearwood Gilbert.
//
#ifndef KRHELPERS_H #ifndef KRHELPERS_H
#define KRHELPERS_H #define KRHELPERS_H

View File

@@ -2,7 +2,7 @@
// matrix2.cpp // matrix2.cpp
// Kraken Engine / Hydra // Kraken Engine / Hydra
// //
// Copyright 2018 Kearwood Gilbert. All rights reserved. // Copyright 2021 Kearwood Gilbert. All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without modification, are // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// matrix23.cpp // matrix23.cpp
// Kraken Engine / Hydra // Kraken Engine / Hydra
// //
// Copyright 2018 Kearwood Gilbert. All rights reserved. // Copyright 2021 Kearwood Gilbert. All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without modification, are // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// matrix4.cpp // matrix4.cpp
// Kraken Engine / Hydra // Kraken Engine / Hydra
// //
// Copyright 2018 Kearwood Gilbert. All rights reserved. // Copyright 2021 Kearwood Gilbert. All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without modification, are // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// quaternion.cpp // quaternion.cpp
// Kraken Engine / Hydra // Kraken Engine / Hydra
// //
// Copyright 2018 Kearwood Gilbert. All rights reserved. // Copyright 2021 Kearwood Gilbert. All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without modification, are // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// scalar.cpp // scalar.cpp
// Kraken Engine / Hydra // Kraken Engine / Hydra
// //
// Copyright 2018 Kearwood Gilbert. All rights reserved. // Copyright 2021 Kearwood Gilbert. All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without modification, are // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// KRTriangle.cpp // KRTriangle.cpp
// Kraken Engine / Hydra // Kraken Engine / Hydra
// //
// Copyright 2018 Kearwood Gilbert. All rights reserved. // Copyright 2021 Kearwood Gilbert. All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without modification, are // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// Vector2.cpp // Vector2.cpp
// Kraken Engine / Hydra // Kraken Engine / Hydra
// //
// Copyright 2018 Kearwood Gilbert. All rights reserved. // Copyright 2021 Kearwood Gilbert. All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without modification, are // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// Vector2i.cpp // Vector2i.cpp
// Kraken Engine / Hydra // Kraken Engine / Hydra
// //
// Copyright 2018 Kearwood Gilbert. All rights reserved. // Copyright 2021 Kearwood Gilbert. All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without modification, are // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// Vector3.cpp // Vector3.cpp
// Kraken Engine / Hydra // Kraken Engine / Hydra
// //
// Copyright 2018 Kearwood Gilbert. All rights reserved. // Copyright 2021 Kearwood Gilbert. All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without modification, are // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met:

View File

@@ -2,7 +2,7 @@
// Vector4.cpp // Vector4.cpp
// Kraken Engine / Hydra // Kraken Engine / Hydra
// //
// Copyright 2018 Kearwood Gilbert. All rights reserved. // Copyright 2021 Kearwood Gilbert. All rights reserved.
// //
// Redistribution and use in source and binary forms, with or without modification, are // Redistribution and use in source and binary forms, with or without modification, are
// permitted provided that the following conditions are met: // permitted provided that the following conditions are met: