phobos-next v0.3.9 (2020-08-07T21:50:30Z)
Home
Dub
Repo
Sphere
old_geometry
D
-Dimensional Cartesian (Hyper)-Sphere with Element (Component) Type
E
.
struct
Sphere (
E
uint
D
)
if
(
D
>= 2 &&
isNumeric
!
E
) {
CenterType
center
;
E
radius
;
@
property
real
n
;
}
Meta
Source
See Implementation
old_geometry
functions
crossProduct
distance
dotProduct
intersect
outerProduct
spherePoint
unite
structs
Box
ForcedParticle
Matrix
Particle
Plane
Sphere
SpherePoint3
D-Dimensional Cartesian (Hyper)-Sphere with Element (Component) Type E.