OfficerYoda / Fhysics

A Physics simulation
MIT License
0 stars 0 forks source link

getTransformedVertices() is unoptimal #40

Open OfficerYoda opened 3 weeks ago

OfficerYoda commented 3 weeks ago

The method calls rotate around for every Vertex and by doing so recalculates the sin and cos of the angle for every Vertex.