Struct wafer::config::Point3[][src]

struct Point3 {
    x: R64,
    y: R64,
    z: R64,
}

A data point in 3D space.

Fields

Position in x.

Position in y.

Position in z.

Trait Implementations

impl Debug for Point3
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Point3

impl Sync for Point3