C# Class Relative.Mat

Exibir arquivo Open project: Arhirat/Relative Class Usage Examples

Public Methods

Method Description
Mat ( double speed, bool euklide ) : System
mult ( Vec pos ) : Vec
multBack ( Vec pos ) : Vec

Private Methods

Method Description
Mat ( Vec ax, Vec ay ) : System

Method Details

Mat() public method

public Mat ( double speed, bool euklide ) : System
speed double
euklide bool
return System

mult() public method

public mult ( Vec pos ) : Vec
pos Vec
return Vec

multBack() public method

public multBack ( Vec pos ) : Vec
pos Vec
return Vec