I'm looking at this
Aren't basic operations supported?
var t:SCNVector3 = SCNVector3(x: 0,y: -1,z: 2)
var a:SCNVector3 = SCNVector3(x: 1,y: -2,z: -2)
var b:SCNVector3 = t + a
or do I need to create my own operations C-style?
Where are the math vector/matrix functions like transpose? inverse? add? blas? lapack functions?
Accelerate framework doesn't look compatible??
I didn't find any official apple simd extensions for swift. I did find this on git hub https://github.com/noxytrux/SwiftGeom