MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / rotate

Function rotate

src/api/cpp/rotate.cpp:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace af {
15
16array rotate(const array& in, const float theta, const bool crop,
17 const interpType method) {
18 af_array out = 0;
19 AF_THROW(af_rotate(&out, in.get(), theta, crop, method));
20 return array(out);
21}
22
23} // namespace af

Callers

nothing calls this directly

Calls 3

af_rotateFunction · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected