Struct robust2d::primitives::Point [] [src]

#[repr(C)]
pub struct Point<T: Float> { pub x: T, pub y: T, }

A 2D point.

Fields

Methods

impl<T: Float> Point<T>
[src]

impl Point<f64>
[src]

Relates this point to a line through two points. Inside means to the left , that is, the argument points followed by this point makes a left turn.

Relates this point to a circle through three points. The three circle points must form a counterclockwise turn or relation will be reversed.