Kanzi 4.1.0
Transformation2D Struct Reference

Public Member Functions

 Transformation2D (Matrix matrix)
 
 Transformation2D (Vector scale, double rotation, Vector translation)
 
Matrix AsMatrix ()
 
override string ToString ()
 

Properties

double Rotation [get, set]
 
Vector Scale [get, set]
 
Vector Translation [get, set]
 

Constructor & Destructor Documentation

◆ Transformation2D() [1/2]

Transformation2D ( Vector scale,
double rotation,
Vector translation )
inline

◆ Transformation2D() [2/2]

Transformation2D ( Matrix matrix)
inline

Member Function Documentation

◆ AsMatrix()

Matrix AsMatrix ( )
inline

◆ ToString()

override string ToString ( )
inline

Property Documentation

◆ Rotation

double Rotation
getset

◆ Scale

Vector Scale
getset

◆ Translation

Vector Translation
getset