Algorithmix.Edge.Edge C# (CSharp) 메소드

Edge() 공개 메소드

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