Commit 04b2e5d
committed
feat(Geometry/Euclidean/Sphere/SecondInter): add secondInter difference lemmas (#42308)
This PR adds formulas for the difference and distance between the values of
`Sphere.secondInter` associated with two sphere centers and a common base point
and direction.
The general statements do not require the direction to have norm one. Convenient
unit-direction corollaries are provided as well:
- `Sphere.secondInter_vsub_secondInter`
- `Sphere.secondInter_vsub_secondInter_of_norm_eq_one`
- `Sphere.dist_secondInter_secondInter`
- `Sphere.dist_secondInter_secondInter_of_norm_eq_one`
The results describe how the second intersection changes when the sphere center
is changed, and provide both vector-valued and distance formulations.
Co-authored-by: Scarlett-le <735979178@qq.com>1 parent 8118e15 commit 04b2e5d
1 file changed
Lines changed: 31 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
147 | 178 | | |
148 | 179 | | |
149 | 180 | | |
| |||
0 commit comments