MCPcopy Create free account
hub / github.com/dhale/ipf / faultStrikeFromNormalVector

Method faultStrikeFromNormalVector

src/ipf/FaultGeometry.java:179–183  ·  view source on GitHub ↗

Returns fault strike angle for specified fault normal vector. The components w2 and w3 must not both be zero; that is, the fault plane cannot be horizontal. @param w1 1st component of fault normal vector. @param w2 2nd component of fault normal vector. @param w3 3rd component of fault normal vector.

(
      float w1, float w2, float w3)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

testMethod · 0.95
setNormalVectorMethod · 0.80

Calls 1

range360Method · 0.95

Tested by

no test coverage detected