Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: alltiny/alltiny-math-vector

Fixed Vector-Copy-Constructor

26 Mar 21:52

Choose a tag to compare

Fixed the copy-constructor of vector to create a deep-copy of the given value-array, thus creating a detached copy of the given original vector.

Initial Release with Vector and Matrix

22 Mar 12:51

Choose a tag to compare

Initial release with Vector supporting:

  • normalize
  • add with another vector
  • subtract another vector from it
  • multiply with a scalar
  • scale by a factor
  • calculate the scalar-product with another vector
  • calculate the cross-product with another vector
  • project this vector onto another vector
  • project another vector onto this one

Matrix is supporting:

  • add with another matrix
  • multiply with another vector
  • multiply with another matrix
  • transpose
Morty Proxy This is a proxified and sanitized view of the page, visit original site.