Struct mgf::Simplex [] [src]

pub struct Simplex { /* fields omitted */ }

Methods

impl Simplex
[src]

[src]

Finds the closest point on the shape to the origin

Trait Implementations

impl Debug for Simplex
[src]

[src]

Formats the value using the given formatter. Read more

impl From<[Point3<f32>; 1]> for Simplex
[src]

[src]

Performs the conversion.

impl From<Point3<f32>> for Simplex
[src]

[src]

Performs the conversion.

impl From<[Point3<f32>; 2]> for Simplex
[src]

[src]

Performs the conversion.

impl From<(Point3<f32>, Point3<f32>)> for Simplex
[src]

[src]

Performs the conversion.

impl From<[Point3<f32>; 3]> for Simplex
[src]

[src]

Performs the conversion.

impl From<(Point3<f32>, Point3<f32>, Point3<f32>)> for Simplex
[src]

[src]

Performs the conversion.

impl From<[Point3<f32>; 4]> for Simplex
[src]

[src]

Performs the conversion.

impl From<(Point3<f32>, Point3<f32>, Point3<f32>, Point3<f32>)> for Simplex
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl !Send for Simplex

impl !Sync for Simplex