Method SetFrom
- Namespace
- Gamelogic.Extensions
- Assembly
- Gamelogic.Extensions.dll
SetFrom(MatrixFloat)
Sets the values and dimensions of this matrix from another matrix.
public void SetFrom(MatrixFloat other)
Parameters
otherMatrixFloatThe other matrix to copy from.