C# Class MonoGdx.Geometry.Vector3Ext

Afficher le fichier Open project: jaquadro/MonoGdx

Méthodes publiques

Méthode Description
Project ( this vec, Matrix matrix ) : Vector3
Rotate ( this vec, Vector3 axis, float angle ) : Vector3

Method Details

Project() public static méthode

public static Project ( this vec, Matrix matrix ) : Vector3
vec this
matrix Matrix
Résultat Vector3

Rotate() public static méthode

public static Rotate ( this vec, Vector3 axis, float angle ) : Vector3
vec this
axis Vector3
angle float
Résultat Vector3