Type Alias VectorLines3DWithOffset

Source
pub type VectorLines3DWithOffset = Vec<VectorLine3DWithOffset>;
Expand description

Built array line data with associated offset to help render dashed lines across tiles.

Aliased Typeยง

struct VectorLines3DWithOffset { /* private fields */ }