Minor fixes and extensions
This commit is contained in:
@@ -13,7 +13,9 @@ namespace openVulkanoCpp::Math
|
||||
class CameraIntrinsic
|
||||
{
|
||||
public:
|
||||
const Math::Matrix3f cameraMatrix;
|
||||
Math::Matrix3f cameraMatrix;
|
||||
|
||||
CameraIntrinsic() : CameraIntrinsic(Math::Matrix3f(0)) {}
|
||||
|
||||
CameraIntrinsic(const Math::Matrix3f& camMat) : cameraMatrix(camMat)
|
||||
{}
|
||||
|
||||
Reference in New Issue
Block a user