C# Class CSharpGL.vecHelper

Afficher le fichier Open project: bitzhuwei/CSharpGL

Méthodes publiques

Méthode Description
ToVec2 ( this array, int startIndex ) : vec2
ToVec3 ( this array, int startIndex ) : vec3
ToVec4 ( this array, int startIndex ) : vec4

Method Details

ToVec2() public static méthode

public static ToVec2 ( this array, int startIndex ) : vec2
array this
startIndex int
Résultat vec2

ToVec3() public static méthode

public static ToVec3 ( this array, int startIndex ) : vec3
array this
startIndex int
Résultat vec3

ToVec4() public static méthode

public static ToVec4 ( this array, int startIndex ) : vec4
array this
startIndex int
Résultat vec4