ds_capillary_sd
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| ds_capillary_sd [2010/10/19 03:14] – added a ' to get the code colour back to normal rowlesmr | 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; | ||
| + | }</ | ||