IMatBaseOps

Description

[StaticTemplate]
interface Tinman.Core.Math.Vectors.IMatBaseOps

Extended by

IMatOps

Defines common operations for square matrix values.

Public / Methods

To​String


[Pure]
public method ToString → (1)

flags in : FormatFlags

The format flags to use.

returns → string

The string representation.

Returns the string representation of this matrix.

See also

Vec2D.ToString2

Public / Attributes

Size


public attribute Size → (get)

value : int32

[2..4]
The matrix rows / columns.

Returns the number of matrix rows and columns.