Skip to content

Instantly share code, notes, and snippets.

@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
//