ds_capillary_sd
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| ds_capillary_sd [2010/09/17 01:57] – created pamwhitfield | ds_capillary_sd [2025/09/19 15:18] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | <code topas>'' | ||
| + | macro DS_Capillary_SD(x_offset, | ||
| + | { | ||
| + | local x_offset x_val | ||
| + | local y_offset y_val | ||
| + | th2_offset = ((Rad x_offset * Sin(2 Th)) - (Rad y_offset * Cos(2 Th))) / Rs; | ||
| + | }</ | ||