C# Class CSharpGL.vecHelper

Show file Open project: bitzhuwei/CSharpGL

Public Methods

Method Description
ToVec2 ( this array, int startIndex ) : vec2
ToVec3 ( this array, int startIndex ) : vec3
ToVec4 ( this array, int startIndex ) : vec4

Method Details

ToVec2() public static method

public static ToVec2 ( this array, int startIndex ) : vec2
array this
startIndex int
return vec2

ToVec3() public static method

public static ToVec3 ( this array, int startIndex ) : vec3
array this
startIndex int
return vec3

ToVec4() public static method

public static ToVec4 ( this array, int startIndex ) : vec4
array this
startIndex int
return vec4