Skip to content

Instantly share code, notes, and snippets.

View ooPo's full-sized avatar
🦒
Coding personal projects in my spare time.

Naomi Peori ooPo

🦒
Coding personal projects in my spare time.
View GitHub Profile
@ooPo
ooPo / MatrixMath.swift
Created June 1, 2020 05:30
OpenGL-like Matrix Functions in Swift
//
// MatrixMath.swift
// by Naomi Peori <naomi@peori.ca>
//
import Foundation
//
// Helper Functions
//