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

Latest commit

 

History

History
17 lines (11 loc) · 370 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 370 Bytes

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);