Shortcuts

Typedef ripple::dim_type_from_dims_t

Typedef Documentation

template<size_t Dims>
using ripple::dim_type_from_dims_t = std::conditional_t<Dims == 1, DimX, std::conditional_t<Dims == 2, DimY, DimZ>>

Gets the dim type for the given number of dimensions.

Template Parameters
  • Dims: The number of dimensions.

Docs

Access comprehensive developer documentation for Ripple

View Docs

Tutorials

Get tutorials to help with understand all features

View Tutorials

Examples

Find examples to help get started

View Examples