Adding code x3
This commit is contained in:
@@ -9,7 +9,13 @@ namespace LinearAlgebra
|
||||
/// Transitional datatype, not useful for internal representation of rotation
|
||||
/// But has uses for conversion and manipulation.
|
||||
class AxisAngle {
|
||||
Vector3 Axis;
|
||||
float Angle;
|
||||
Vector3 axis;
|
||||
float angle;
|
||||
|
||||
public:
|
||||
AxisAngle();
|
||||
AxisAngle(Vector3 axis, float angle);
|
||||
|
||||
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user