Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

armory3d/math_pack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

math_pack

Math helper for Armory.

Installation

  • Locate the .blend file you are working with
  • Create Libraries folder alongside your .blend file
  • git clone https://github.com/armory3d/math_pack into Libraries folder

Usage

Once cloned into Libraries folder, Helper class can be accessed:

var f = iron.math.Helper.getAngle(v1, v2);