Struct geo_aid::generator::expression::expr::CircleCenter
source · pub struct CircleCenter {
pub circle: Arc<Expression<CircleExpr>>,
}Expand description
Line-line intersection.
Fields§
§circle: Arc<Expression<CircleExpr>>Trait Implementations§
source§impl Clone for CircleCenter
impl Clone for CircleCenter
source§fn clone(&self) -> CircleCenter
fn clone(&self) -> CircleCenter
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for CircleCenter
impl Debug for CircleCenter
source§impl Evaluate for CircleCenter
impl Evaluate for CircleCenter
type Output = Complex
source§fn evaluate(
&self,
args: &EvaluationArgs<'_>
) -> Result<Complex, EvaluationError>
fn evaluate( &self, args: &EvaluationArgs<'_> ) -> Result<Complex, EvaluationError>
Evaluates the thing. Read more
source§fn evaluate_weights(&self) -> Weights
fn evaluate_weights(&self) -> Weights
Evaluates weights.
Auto Trait Implementations§
impl RefUnwindSafe for CircleCenter
impl Send for CircleCenter
impl Sync for CircleCenter
impl Unpin for CircleCenter
impl UnwindSafe for CircleCenter
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