Beispiel #1
0
        /// <summary>
        /// 设置
        /// </summary>
        public matrix4f getMatrix( )
        {
            matrix4f mat = new matrix4f();

            nativeWIZGISPlatform.Node_getMatrix(ptr, ref mat);
            return(mat);
        }
Beispiel #2
0
 public static extern void Node_getMatrix(IntPtr obj, ref matrix4f mat);