MCPcopy Create free account
hub / github.com/Geode-solutions/OpenGeode / frame_inverse_matrix

Function frame_inverse_matrix

src/geode/geometry/coordinate_system.cpp:68–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66 }
67
68 geode::SquareMatrix< 1 > frame_inverse_matrix(
69 const geode::CoordinateSystem1D& frame )
70 {
71 const geode::SquareMatrix< 1 > system_matrix{ { geode::Vector1D{
72 { frame.direction( 0 ).value( 0 ) } } } };
73 return system_matrix.inverse();
74 }
75
76 geode::SquareMatrix< 2 > frame_inverse_matrix(
77 const geode::CoordinateSystem2D& frame )

Callers

nothing calls this directly

Calls 3

valueMethod · 0.45
directionMethod · 0.45
inverseMethod · 0.45

Tested by

no test coverage detected