BEPUphysics.DataStructures.MeshBoundingBoxTreeData.GetVertexPosition C# (CSharp) 메소드

GetVertexPosition() 공개 추상적인 메소드

Gets the position of a vertex in the data.
public abstract GetVertexPosition ( int i, Microsoft.Xna.Framework.Vector3 &vertex ) : void
i int Index of the vertex.
vertex Microsoft.Xna.Framework.Vector3 Position of the vertex.
리턴 void
        public abstract void GetVertexPosition(int i, out Vector3 vertex);
    }