Skip to content

Implement Matrix{22|33|44} #16

@utilForever

Description

@utilForever

A list of features to implement

  • Fill
  • Set diagonal
  • Is similar
  • Is square
  • Get rows
  • Get cols
  • Transpose
  • Invert
  • Sum
  • Average
  • Min
  • Max
  • Absolute min
  • Absolute max
  • Trace
  • Determinant
  • Diagonal
  • Off diagonal
  • Strict lower triangle
  • Strict upper triangle
  • Lower triangle
  • Upper triangle
  • Transposed
  • Inverse
  • Binary operators
    • Plus
    • Minus
    • Multiply
    • Divide
    • Reflected
    • Projected
    • Distance to
    • Dot product
    • Cross product
  • Comparison operators
    • Equal
    • Not equal
  • Helpers
    • Make zero matrix
    • Make identity matrix
    • Make scale matrix
    • Make rotation matrix
    • Make translation matrix

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions