Docs.rs
runmat-plot-0.5.0
runmat-plot 0.5.0
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
nallana
Dependencies
bytemuck ^1.0
normal
egui ^0.27.2
normal
optional
egui-wgpu ^0.27.2
normal
optional
egui-winit ^0.27.2
normal
optional
font8x8 ^0.3
normal
futures ^0.3
normal
glam ^0.24
normal
image ^0.24
normal
log ^0.4
normal
once_cell ^1.19
normal
pollster ^0.3
normal
rfd ^0.14
normal
optional
runmat-thread-local =0.5.0
normal
runmat-time =0.5.0
normal
serde ^1.0
normal
serde_json ^1
normal
thiserror ^1
normal
tracing ^0.1
normal
webbrowser ^0.8
normal
wgpu ^0.19.1
normal
winit ^0.29.11
normal
optional
tokio ^1.0
dev
tokio ^1.0
normal
tokio ^1.0
normal
web-sys ^0.3
normal
libc ^0.2
normal
Versions
28.98%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
create_line_vertices_dashed
runmat_
plot
0.5.0
In runmat_
plot::
geometry::
stroke3d
runmat_plot
::
geometry
::
stroke3d
Function
create_
line_
vertices_
dashed
Copy item path
Source
pub fn create_line_vertices_dashed( points: &[
Vec3
], color:
Vec4
, style:
LineStyle
, ) ->
Vec
<
Vertex
>