[ot][spam][crazy][is it appropriate to direct disruption towards things that have been heavily disrupted?]

Undiscussed Horrific Abuse, One Victim of Many gmkarl at gmail.com
Wed Jun 22 07:44:06 PDT 2022


here's my point class draft. i'm hoping to get it to write text in 3-space:

class Point:
    def __init__(self, str, pos):
        self.points = np.array([pos])
        self.str = str
    def _points(self):
        return self.points
    def draw(self, engine, projected_points):
        x, y, _ = projected_points[0]
        engine.plot(x, y, self.str)


More information about the cypherpunks mailing list