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

Function vmult

source/core/StarVector.hpp:902–904  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

900
901template <typename VectorType>
902VectorType vmult(VectorType const& a, VectorType const& b) {
903 return a.piecewiseMultiply(b);
904}
905
906template <typename VectorType>
907VectorType vdiv(VectorType const& a, VectorType const& b) {

Callers 6

operator()Method · 0.85
scaleMethod · 0.85
scaleNearestFunction · 0.85
scaleBilinearFunction · 0.85
scaleBicubicFunction · 0.85
scaleMethod · 0.85

Calls 1

piecewiseMultiplyMethod · 0.80

Tested by

no test coverage detected