FlowEngine 8.011
Photogrammetry Software Development Kit
Loading...
Searching...
No Matches
FlowEngine::Matrix3x3 Struct Reference

#include <CommonDef.h>

Public Member Functions

double & operator() (int row, int col)
 
const double & operator() (int row, int col) const
 

Public Attributes

double data [9] = { }
 

Detailed Description

a 3x3 matrix

Member Function Documentation

◆ operator()() [1/2]

double & FlowEngine::Matrix3x3::operator() ( int  row,
int  col 
)
inline
Returns
the element at the given row and column

◆ operator()() [2/2]

const double & FlowEngine::Matrix3x3::operator() ( int  row,
int  col 
) const
inline
Returns
the element at the given row and column

Member Data Documentation

◆ data

double FlowEngine::Matrix3x3::data[9] = { }