N3D.Math (Mathematical Module) - 1Pupik1989/N3D GitHub Wiki
N3D.Math
Description: Advanced mathematical operations
Classes:
- FromFibonacci = Converting Fibonacci numbers back
- ToFibonacci = Converting numbers in the Fibonacci sequence
- IsFibonacci = If the number in the Fibonacci system, it returns true, otherwise false.
- Radians2Degrees = Converts radians to degrees
- Degrees2Radians = Converts degrees to radians
- Vector2 - Representation of 2D vectors and points.
- Vector3 - Representation of 3D vectors and points.
- Vector4 - Representation of 4D vectors and points.
- Matrix3 - Representation of Matrix 3x3
- Matrix4 - Representation of Matrix 4x4