GenArt.AST.DnaPolygon.DnaPolygon C# (CSharp) Method

DnaPolygon() public method

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