novelrt / NovelRT

A cross-platform 2D game engine accompanied by a strong toolset for visual novels.
MIT License
183 stars 43 forks source link

Feature/update geo vector classes #523

Closed Pheubel closed 1 year ago

Pheubel commented 1 year ago

Please check if the PR fulfills these requirements

What kind of change does this PR introduce? (Bug fix, feature, docs update, ...) Format update, new features for vector classes

Is there an open issue that this resolves? If so, please link it here. Implements current suggestions from #491

What is the current behavior? (You can also link to an open issue here) There are currently no API for the suggested API's.

What is the new behavior (if this is a feature change)? Vectors will have access to commonly used functions.

Does this PR introduce a breaking change? (What changes might users need to make in their application due to this PR?) Due to the changed naming policy users need to update calls to methods involving vectors to be PascalCased.

capnkenny commented 1 year ago

Just wanted to confirm (I understand the work is not completed yet) - this will subsequently update the C APIs as well, yes?

RubyNova commented 1 year ago

Ideally yes.