expose col 4 0-3 for translation info
This commit is contained in:
@@ -46,6 +46,19 @@ namespace PveTeam.Mathematics
|
|||||||
}
|
}
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
#region Instance fields
|
||||||
|
public Vector3D Translation
|
||||||
|
{
|
||||||
|
get => new Vector3D(M41, M42, M43);
|
||||||
|
set
|
||||||
|
{
|
||||||
|
M41 = value.X;
|
||||||
|
M42 = value.Y;
|
||||||
|
M43 = value.Z;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
#endregion
|
||||||
|
|
||||||
#region Instance methods
|
#region Instance methods
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user