BananaMpq.Geometry.IndexedTriangleWithNormal.CreateFromVertices C# (CSharp) Метод

CreateFromVertices() публичный статический Метод

public static CreateFromVertices ( IndexedTriangle triangle, IList vertices ) : IndexedTriangleWithNormal
triangle IndexedTriangle
vertices IList
Результат IndexedTriangleWithNormal
        public static IndexedTriangleWithNormal CreateFromVertices(IndexedTriangle triangle, IList<Vector3> vertices)
        {
            return CreateFromVertices(triangle.A, triangle.B, triangle.C, vertices);
        }

Same methods

IndexedTriangleWithNormal::CreateFromVertices ( int a, int b, int c, IList vertices ) : IndexedTriangleWithNormal