Monobjc.GLKit.GLKMatrix3.MakeWithArrayAndTranspose C# (CSharp) Method

MakeWithArrayAndTranspose() public static method

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
return GLKMatrix3
		public static GLKMatrix3 MakeWithArrayAndTranspose (IntPtr values)
		{
			throw new NotImplementedException ();
		}