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

Method coordinates

src/geode/geometry/coordinate_system.cpp:159–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157
158 template < index_t dimension >
159 Point< dimension > CoordinateSystem< dimension >::coordinates(
160 const Point< dimension >& global_coordinates ) const
161 {
162 const Vector< dimension > OP{ origin_, global_coordinates };
163 return global_to_local_matrix_( frame_inverse_matrix, *this ) * OP;
164 }
165
166 template < index_t dimension >
167 Point< dimension > CoordinateSystem< dimension >::global_coordinates(

Callers 12

containsMethod · 0.80
closest_vertexMethod · 0.80
cellsMethod · 0.80
operator()Method · 0.80
valueMethod · 0.80
valueMethod · 0.80
operator()Method · 0.80
operator()Method · 0.80
check_pointFunction · 0.80

Calls

no outgoing calls

Tested by 1

check_pointFunction · 0.64