Monobjc.GLKit.GLKMatrix3.MakeWithArrayAndTranspose C# (CSharp) Méthode

MakeWithArrayAndTranspose() public static méthode

Returns a 3x3 transposed matrix created from an array of component values.

Original signature is 'GLKMatrix3 GLKMatrix3MakeWithArrayAndTranspose ( float values[9] );'

Available in OS X x0.8 and later.

public static MakeWithArrayAndTranspose ( IntPtr values ) : GLKMatrix3
values System.IntPtr MISSING
Résultat GLKMatrix3
		public static GLKMatrix3 MakeWithArrayAndTranspose (IntPtr values)
		{
			throw new NotImplementedException ();
		}