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

intel/XBB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XForm Building Blocks (XBB)

C++11 library to enable composition of 3d transforms

  • Use minimum number of trigonometric operations, multiplications, divisions, and additions
  • Take full advantage of known constant's through multiple transform concatenations (multiplications),
  • Reverse order of concatenations vs. performing an expensive "inverse".

For motivation, an introduction, and practical results see Slashing the Cost of 3d Matrix Math using X-Form (Transform) Building Blocks