MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / cross

Function cross

SRC/element/CEqElement/ASDEmbeddedNodeElement.cpp:58–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 }
57
58 void cross(const Vector& a, const Vector& b, Vector& c) {
59 c(0) = a(1) * b(2) - a(2) * b(1);
60 c(1) = a(2) * b(0) - a(0) * b(2);
61 c(2) = a(0) * b(1) - a(1) * b(0);
62 }
63
64 namespace tri {
65

Callers 15

facenormalMethod · 0.50
edgeorthonormalMethod · 0.50
circumsphereMethod · 0.50
checksub4encroachMethod · 0.50
outvoronoiMethod · 0.50
facenormalMethod · 0.50
triareaMethod · 0.50
circumsphereMethod · 0.50
calculateabovepointMethod · 0.50
incrementaldelaunayMethod · 0.50
checkfac4splitMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected