18 lines
699 B
C++
18 lines
699 B
C++
/************************************************************************************//*!
|
|
\file Quaternion.hxx
|
|
\author Diren D Bharwani, diren.dbharwani, 390002520
|
|
\par email: diren.dbharwani\@digipen.edu
|
|
\date Oct 23, 2022
|
|
\brief Contains the definitions of Quaternion struct.
|
|
|
|
Note: This file is written in C++17/CLI.
|
|
|
|
Copyright (C) 2021 DigiPen Institute of Technology.
|
|
Reproduction or disclosure of this file or its contents without the prior written consent
|
|
of DigiPen Institute of Technology is prohibited.
|
|
*//*************************************************************************************/
|
|
|
|
#pragma once
|
|
|
|
// TODO(Diren)
|