MCPcopy Create free account
hub / github.com/SpartanJ/eepp / operator*

Function operator*

src/eepp/math/transform.cpp:181–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

179}
180
181Transform operator*( const Transform& left, const Transform& right ) {
182 return Transform( left ).combine( right );
183}
184
185Transform& operator*=( Transform& left, const Transform& right ) {
186 return left.combine( right );

Callers

nothing calls this directly

Calls 1

transformPointMethod · 0.80

Tested by

no test coverage detected