Monobjc.GLKit.GLKMatrix3.MakeWithArray C# (CSharp) 메소드

MakeWithArray() 공개 정적인 메소드

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