dagon v0.10.3 (2020-05-05T21:30:13Z)
Home
Dub
Repo
TerrainSphereTraverseAggregate
dagon
graphics
terrain
Undocumented in source.
struct
TerrainSphereTraverseAggregate {
Terrain
terrain
;
Sphere
*
sphere
;
int
opApply
(int delegate(ref Triangle) dg);
}
Members
Functions
opApply
int
opApply
(int delegate(ref Triangle) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
sphere
Sphere
*
sphere
;
Undocumented in source.
terrain
Terrain
terrain
;
Undocumented in source.
Meta
Source
See Implementation
dagon
graphics
terrain
classes
Terrain
functions
entityIsTerrain
structs
TerrainSphereTraverseAggregate