Table of Contents

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

other MatrixFloat

The other matrix to copy from.