GenArt.AST.DnaPolygon.DnaPolygon C# (CSharp) 메소드

DnaPolygon() 공개 메소드

public DnaPolygon ( Tools tool ) : System
tool Tools
리턴 System
        public DnaPolygon(Tools tool)
        {
            this.tool = tool;
        }