IDIAMath / idiamath.github.io

1 stars 0 forks source link

Cannot use built in point transformation methods in a given case:... #60

Open BlackBlueGreens opened 1 year ago

BlackBlueGreens commented 1 year ago

question 8 where I'm supposed to transform a cube, I should be able to use the moveTo(), and visit() methods. The reason I cant use the built in methods is because the points are connected to faces and vertices.

cannot find replacement built in methods, so creating my own methods is my only solution for now.