SCNVector3Extensions icon indicating copy to clipboard operation
SCNVector3Extensions copied to clipboard

An extension of SCNVector3 written in Swift that adds helpful functions to calculate dot products, cross products etc

Results 2 SCNVector3Extensions issues
Sort by recently updated
recently updated
newest added

Thanks @devindazzle rebased on your latest update for Swift 5.1.

It's a pain to get the 'Unused result' warning for the mutating functions. Added `@discardableResult` to suppress these.