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

Function transformCoordinates

src/api/cpp/transform_coordinates.cpp:16–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14namespace af {
15
16array transformCoordinates(const array& tf, const float d0, const float d1) {
17 af_array out = 0;
18 AF_THROW(af_transform_coordinates(&out, tf.get(), d0, d1));
19 return array(out);
20}
21
22} // namespace af

Callers 2

TESTFunction · 0.85
perspectiveTransformFunction · 0.85

Calls 3

af_transform_coordinatesFunction · 0.50
arrayClass · 0.50
getMethod · 0.45

Tested by

no test coverage detected