Class CrossProductRule

All Implemented Interfaces:
RewriteRuleI, JepComponent, Serializable

public final class CrossProductRule extends AbstractVectorMatrixRule
A rule which expands the cross product of two 3D vectors. [a,b,c] ^ [d,e,f] -> [b*f-c*e,c*d-a*f,a*e-b*d]
Since:
Jep 4.1 extensions 2.2
See Also: