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

MakeWithArray() public static method

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

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

Available in OS X x0.8 and later.

public static MakeWithArray ( IntPtr values ) : GLKMatrix3
values System.IntPtr MISSING
return GLKMatrix3
		public static GLKMatrix3 MakeWithArray (IntPtr values)
		{
			throw new NotImplementedException ();
		}