MCPcopy Create free account
hub / github.com/TheAlgorithms/C-Plus-Plus / cross

Function cross

math/vector_cross_product.cpp:74–82  ·  view source on GitHub ↗

* @brief Function to calculate the cross product of the passed arrays * containing the direction ratios of the two mathematical vectors. * @param A contains the direction ratios of the first mathematical vector. * @param B contains the direction ration of the second mathematical vector. * @returns the direction ratios of the cross product. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected