pub trait EllipseScalar: Float + Scalar {
    const TAU: Self;
}
Expand description

Scalar types compatible with ellipses.

Required Associated Constants§

source

const TAU: Self

2 * PI.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl EllipseScalar for f32

source§

const TAU: f32 = 6.28318548f32

source§

impl EllipseScalar for f64

source§

const TAU: f64 = 6.2831853071795862f64

Implementors§