Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/GraphiteEditor/Graphite
/ as_dvec2
Method
as_dvec2
node-graph/nodes/vector/src/generator_nodes.rs:299–301 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
297
}
298
impl GridSpacing for f64 {
299
fn as_dvec2(&self) -> DVec2 {
300
DVec2::splat(*self)
301
}
302
}
303
impl GridSpacing for DVec2 {
304
fn as_dvec2(&self) -> DVec2 {
Callers
9
render_svg
Method · 0.45
viewport_bounds_in_local_space
Method · 0.45
grid
Function · 0.45
blit
Function · 0.45
render_background
Function · 0.45
render
Function · 0.45
render_output_cache
Function · 0.45
render_missing_region
Function · 0.45
render_pixel_preview
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected