C# Class Relative.Mat

Afficher le fichier Open project: Arhirat/Relative Class Usage Examples

Méthodes publiques

Méthode Description
Mat ( double speed, bool euklide ) : System
mult ( Vec pos ) : Vec
multBack ( Vec pos ) : Vec

Private Methods

Méthode Description
Mat ( Vec ax, Vec ay ) : System

Method Details

Mat() public méthode

public Mat ( double speed, bool euklide ) : System
speed double
euklide bool
Résultat System

mult() public méthode

public mult ( Vec pos ) : Vec
pos Vec
Résultat Vec

multBack() public méthode

public multBack ( Vec pos ) : Vec
pos Vec
Résultat Vec