Implement missing Matrix members
This commit is contained in:
@@ -158,7 +158,7 @@ namespace J3ML::LinearAlgebra {
|
||||
Matrix4x4(float val);
|
||||
/// Constructs this Matrix4x4 to represent the same transformation as the given float3x3.
|
||||
/** This function expands the last row and column of this matrix with the elements from the identity matrix. */
|
||||
Matrix4x4(const Matrix3x3&);
|
||||
Matrix4x4(const Matrix3x3& m);
|
||||
explicit Matrix4x4(const float* data);
|
||||
|
||||
/// Constructs a new float4x4 by explicitly specifying all the matrix elements.
|
||||
|
Reference in New Issue
Block a user