MCPcopy Create free account
hub / github.com/GilesBathgate/RapCAD / CrossFunction

Method CrossFunction

src/function/crossfunction.cpp:23–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21#include "vectorvalue.h"
22
23CrossFunction::CrossFunction() : Function("cross")
24{
25 addDescription(tr("Returns the cross product of the two vectors."));
26 addParameter("v1");
27 addParameter("v2");
28}
29
30Value& CrossFunction::evaluate(const Context& ctx) const
31{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected