EngView Automation Documentation
 
Loading...
Searching...
No Matches
MatrixPrxy Struct Reference

Public Attributes

double a
 
double b
 
double p
 
double d
 
double e
 
double q
 

Detailed Description

MatrixPrxy represents a transformation matrix. usually used with right-multipled vector, e.g. p1 = M*p (p1.x, p1.y) = M*p = ((M.a*p.x+M.b*p.y+M.p), (M.d*p.x+M.e*p.y+M.q))

Member Data Documentation

◆ a

double MatrixPrxy::a

◆ b

double MatrixPrxy::b

◆ p

double MatrixPrxy::p

◆ d

double MatrixPrxy::d

◆ e

double MatrixPrxy::e

◆ q

double MatrixPrxy::q

The documentation for this struct was generated from the following file: