CapsuleMesh.midHeight

Height of the middle cylindrical part of the capsule (without the hemispherical ends). Note: The capsule's total height is equal to midHeight + 2 * radius.

  1. double midHeight [@property getter]
  2. double midHeight [@property setter]
    struct CapsuleMesh
    @nogc nothrow @property
    void
    midHeight
    (
    double v
    )

Meta