MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / vdiv

Function vdiv

source/core/StarVector.hpp:907–909  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

905
906template <typename VectorType>
907VectorType vdiv(VectorType const& a, VectorType const& b) {
908 return a.piecewiseDivide(b);
909}
910
911template <typename T>
912Vector<T, 3> operator^(Vector<T, 3> v1, Vector<T, 3> v2) {

Callers 3

scaleNearestFunction · 0.85
scaleBilinearFunction · 0.85
scaleBicubicFunction · 0.85

Calls 1

piecewiseDivideMethod · 0.80

Tested by

no test coverage detected