Implement CreateFrustumFromCamera
This commit is contained in:
13
include/J3ML/LinearAlgebra/Vector.h
Normal file
13
include/J3ML/LinearAlgebra/Vector.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#pragma once
|
||||
|
||||
|
||||
template <typename T, int Dims>
|
||||
class templated_vector
|
||||
{
|
||||
|
||||
};
|
||||
|
||||
|
||||
using v2f = templated_vector<float, 2>;
|
||||
using v3f = templated_vector<float, 3>;
|
||||
using v4f = templated_vector<float, 4>;
|
Reference in New Issue
Block a user