pub struct Line(/* private fields */);Expand description
A line element of the Geogebra construction
Implementations§
source§impl Line
impl Line
sourcepub fn set_display_label(&mut self, v: bool)
pub fn set_display_label(&mut self, v: bool)
Wether to display this line’s label
sourcepub fn angle_bisector(
a: impl Into<Point>,
b: impl Into<Point>,
c: impl Into<Point>,
) -> Self
pub fn angle_bisector( a: impl Into<Point>, b: impl Into<Point>, c: impl Into<Point>, ) -> Self
Bisector of an angle
Trait Implementations§
source§impl From<Line> for Expression
impl From<Line> for Expression
impl Addable for Line
impl Object for Line
Auto Trait Implementations§
impl Freeze for Line
impl RefUnwindSafe for Line
impl !Send for Line
impl !Sync for Line
impl Unpin for Line
impl UnwindSafe for Line
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)