Adding code
This commit is contained in:
13
include/J3ML/LinearAlgebra/AxisAngle.h
Normal file
13
include/J3ML/LinearAlgebra/AxisAngle.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
|
||||
namespace LinearAlgebra
|
||||
{
|
||||
|
||||
/// Transitional datatype, not useful for internal representation of rotation
|
||||
/// But has uses for conversion and manipulation.
|
||||
class AxisAngle {
|
||||
Vector3 Axis;
|
||||
float Angle;
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user