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

Method AngFunction

src/function/angfunction.cpp:26–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24#include "vectorvalue.h"
25
26AngFunction::AngFunction() : Function("ang")
27{
28 addDescription(tr("Returns a quaternion with the given angle and axis."));
29 addParameter("angle");
30 addParameter("axis");
31}
32
33Value& AngFunction::getResult(const decimal& a,const decimal& x,const decimal& y,const decimal& z)
34{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected