MiningGameServer.Shapes.ShapeAABB.CollideLineSegment C# (CSharp) Method

CollideLineSegment() public method

public CollideLineSegment ( ShapeLineSegment collidingWith ) : SegmentCollisionResult
collidingWith ShapeLineSegment
return SegmentCollisionResult
        public override SegmentCollisionResult CollideLineSegment(ShapeLineSegment collidingWith)
        {
            throw new NotImplementedException();
        }