SDGNelson / Dot-Product-and-Cross-Product-in-2D

Interactive visualization of dot and cross product in raylib.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dot Product and Cross Product in 2D

Interactive visualization of dot and cross product in raylib. Shows how dot product corresponds to cosine, how cross product corresponds to sine, and how they can be used to project a vector onto a normal.

Screenshot of application

Using CMake to build is optional, but a default raylib CMakeLists example is included.

About

Interactive visualization of dot and cross product in raylib.

License:MIT License


Languages

Language:C 89.2%Language:CMake 10.8%