pub type Marker = Point3<f32>;Expand description
Visible marker as a point
Aliased Type§
struct Marker {
pub x: f32,
pub y: f32,
pub z: f32,
}Fields§
§x: f32First component of the point.
y: f32Second component of the point.
z: f32Third component of the point.