Math classes inling optimizations

This commit is contained in:
2026-06-14 01:49:24 +02:00
parent 7b458c4ec8
commit 704ecea09c
6 changed files with 91 additions and 81 deletions

View File

@@ -44,7 +44,7 @@ namespace SlaveMatrix
public void (RenderArea Are)
{
Vec.Add(ref Position, ref PositionCont, out Lay.Position);
VectorMath.Add(ref Position, ref PositionCont, out Lay.Position);
Are.Draw(Lay);
}