MCPcopy 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}
298impl GridSpacing for f64 {
299 fn as_dvec2(&self) -> DVec2 {
300 DVec2::splat(*self)
301 }
302}
303impl GridSpacing for DVec2 {
304 fn as_dvec2(&self) -> DVec2 {

Callers 9

render_svgMethod · 0.45
gridFunction · 0.45
blitFunction · 0.45
render_backgroundFunction · 0.45
renderFunction · 0.45
render_output_cacheFunction · 0.45
render_missing_regionFunction · 0.45
render_pixel_previewFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected