API

Missing docstring.

Missing docstring for JustPIC._2D.setelement!. Check Documenter's build log for details.

Missing docstring.

Missing docstring for JustPIC._3D.element. Check Documenter's build log for details.

Missing docstring.

Missing docstring for JustPIC._3D.setelement!. Check Documenter's build log for details.

Missing docstring.

Missing docstring for JustPIC._2D.element. Check Documenter's build log for details.

JustPIC._3D.lerpFunction
lerp(v, t::NTuple{nD,T}) where {nD,T}

Linearly interpolates the value v between the elements of the tuple t. This function is specialized for tuples of length nD.

Arguments

  • v: The value to be interpolated.
  • t: The tuple of values to interpolate between.
source
JustPIC._2D.lerpFunction
lerp(v, t::NTuple{nD,T}) where {nD,T}

Linearly interpolates the value v between the elements of the tuple t. This function is specialized for tuples of length nD.

Arguments

  • v: The value to be interpolated.
  • t: The tuple of values to interpolate between.
source