/// <summary> /// 设置 /// </summary> public matrix4f getMatrix( ) { matrix4f mat = new matrix4f(); nativeWIZGISPlatform.Node_getMatrix(ptr, ref mat); return(mat); }
public static extern void Node_getMatrix(IntPtr obj, ref matrix4f mat);