Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KLayout/klayout
/ transform
Method
transform
src/db/db/dbArray.h:608–613 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
606
}
607
608
virtual void transform (const simple_trans_type &st)
609
{
610
m_a.transform (st.fp_trans ());
611
m_b.transform (st.fp_trans ());
612
compute_det ();
613
}
614
615
virtual void transform (const complex_trans_type &ct)
616
{
Callers
nothing calls this directly
Calls
2
transform
Method · 0.45
fp_trans
Method · 0.45
Tested by
no test coverage detected