notes

来自「su 的源代码库」· 代码 · 共 21 行

TXT
21
字号
This example produces primary reflections from interfaces 1 and 4.Since we don't want primaries from all interface we say n in Record 17.  Following Record 17 we can describe as many reflectionevents as we like by specifying the reflecting interfaces.  Herethere are two events, a reflection from interface 1 and another frominterface 4.We could also specify multiples after Record 17.  Try for example, an event like4 2 4This is a reflection from 4, followed by a reflection from 2,followed by a reflection from 4 (and thence back to the upper surface).As you can see, multiples are now specified by reflecting interfaces only.This is a change from the old code where a complete list of intersectionshad to be given.  Note, however, that it is possible to specify an invalidevent now, eg4 2After the downward reflection from 2 the rays never come back to theupper surface.  For a valid event, the rays must end up at the receivers.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?