Algorithmix.Edge.Edge C# (CSharp) Method

Edge() public method

public Edge ( Shred shred, Direction direction ) : System
shred Shred
direction Direction
return System
        public Edge(Shred shred, Direction direction)
        {
            _shred = shred;
            _direction = direction;
            _orientation = shred.Orientation;
        }