geogebra_types

Trait ConicAccess

source
pub trait ConicAccess: Sized
where Conic: From<Self>,
{ // Provided method fn center(self) -> Point { ... } }
Expand description

Access for conic functions

Provided Methods§

source

fn center(self) -> Point

Get the conic’s center

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> ConicAccess for T
where Conic: From<T>,