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

MakeWithArrayAndTranspose() 공개 정적인 메소드

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