Delaunay.Halfedge.Halfedge C# (CSharp) Method

Halfedge() public method

public Halfedge ( Type pce, Edge edge, LR lr ) : System
pce System.Type
edge Edge
lr LR
return System
        public Halfedge(Type pce, Edge edge, LR lr)
        {
            if (pce != typeof(PrivateConstructorEnforcer))
            {
                throw new Exception("Halfedge static readonlyructor is private");
            }

            Init(edge, lr);
        }