GitXplorerGitXplorer
l

RayTracer

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
5047f73261dc54866a9f475a16776f968f84f913

feat: Added point and matrix multiplication & translation matrix

llukaskuhn-lku committed 2 years ago
Unverified
6fa1b8885a00b1c18dc85e965c982c350f4dca26

feat: Added matrix inverse and rewrote matrix equals operator to account for floating point rounding error

llukaskuhn-lku committed 2 years ago
Unverified
1dce3112ee5a6b90cc1196f951e42d2f10deac46

feat: Added minor, cofactor and determinant for arbitrary large matrices

llukaskuhn-lku committed 2 years ago
Unverified
3ea4ef17b8f6e0b623b42bf9e8f57ec15f3b5d5f

fix: Code reformatting

llukaskuhn-lku committed 2 years ago
Unverified
41ec4e9bc716ee5b3dd3ec9e4fd64f3d9e3fd5a6

feat: Added determinant (2x2) and submatrix (all) functions

committed 2 years ago
Unverified
f5dfdfcbea2bcc4b2b73a5fbf2cf0eda4e4b62c4

fix: Made Matrix transposition const

committed 2 years ago

README

The README file for this repository.

RayTracer in C++ (WIP)

This is a fully tested Ray Tracer which is currently work in progress.