geom

I’ve been using .ai to casually create a geom package.

It’s already amazing. You can add shapes together etc.

Changes a lot atm so not documented yet.

domonic.geom

written by.ai

class domonic.geom.matrix(m)[source]

[matrixs]

rotate(pt)[source]

Rotates the point on the vector defined by the vectors m[0] and m[1].

scale(pt)[source]

Scales the point on the vector defined by the vectors m[0] and m[1].

translate(pt)[source]

Translates the point on the vector defined by the vectors m[0] and m[1].