samiBendou / meca3

3D space and physics engine for point's mechanics

Home Page:https://www.npmjs.com/package/meca3

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

function interface for rotation Matrix

samiBendou opened this issue · comments

Description
Redesign rotation matrices generators so generators return function of angle of rotation

Context
Current generators depend on given angle returns Matrix3 objects

Acceptance criteria
Rotation matrix returned by the generator is a function of angle that returns a Matrix3

Design
Same design as makeAffine() method