Ejemplo n.º 1
0
 /// <summary>
 /// update all the internal structs base on the specific struct
 /// </summary>
 public void Update( Face face )
 {
     // update all the internal face
     face.Update();
 }
Ejemplo n.º 2
0
        /// <summary>
        /// update all the internal structs base on the specific struct
        /// </summary>
        public void Update( Face face )
        {
            // update all the internal face
            face.Update();

            /// update the position in the tree

            // find the face in the tree
        }