Main Page | Modules | Class Hierarchy | Alphabetical List | Data Structures | File List | Data Fields | Globals | Related Pages

Matrix library


Files

file  otMatrix.h
 Contain the matrix class definition and operation.

Modules

 Version History

Data Structures

class  otMatrix
 Matrix library. More...
class  otMatrix
 Matrix library. More...

Functions

otMatrix operator+ (const F32 _scalar, otMatrix _mat)
otMatrix operator- (const F32 _scalar, otMatrix _mat)
otMatrix operator * (const F32 _scalar, otMatrix _mat)
otMatrix operator+ (otMatrix _mat, const F32 _scalar)
otMatrix operator- (otMatrix _mat, const F32 _scalar)
otMatrix operator * (otMatrix _mat, const F32 _scalar)
otMatrix operator/ (otMatrix _mat, const F32 _scalar)

Detailed Description

Original code: https://github.com/pronenewbits
Dependency:
Math Library
Malloc - Memory management

Function Documentation

otMatrix operator * otMatrix  _mat,
const F32  _scalar
 

otMatrix operator * const F32  _scalar,
otMatrix  _mat
 

otMatrix operator+ otMatrix  _mat,
const F32  _scalar
 

otMatrix operator+ const F32  _scalar,
otMatrix  _mat
 

otMatrix operator- otMatrix  _mat,
const F32  _scalar
 

otMatrix operator- const F32  _scalar,
otMatrix  _mat
 

otMatrix operator/ otMatrix  _mat,
const F32  _scalar
 

footer

otStudio - Library Reference - (C) 2020-23 Officina Turini, All Rights Reserved
Document built with Doxygen 1.4.0