MCPcopy Create free account
hub / github.com/ad-si/LuaCAD / LuaVector

Class LuaVector

crates/luacad/src/lua_engine.rs:1441–1445  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1439 check_table_keys(
1440 t,
1441 "text3d",
1442 &["size", "depth", "font", "halign", "valign"],
1443 )?;
1444 (
1445 table_get_f32(t, "size").unwrap_or(10.0),
1446 table_get_f32(t, "depth").unwrap_or(1.0),
1447 t.get::<String>("font")
1448 .unwrap_or_else(|_| "Arial".to_string()),

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected