What is a graph "weighted" with 3-dimensional vectors called?

47 Views Asked by At

I'm trying to model a prism as a graph with edges "weighted" with 3D vectors so that they are relatively positioned and form a 3D solid. However, I don't know if I can call a "vector-weighted" graph a weighted graph. I want to use the correct nomenclature. I've researched a little and found something similar called Coxeter graphs but its complexity is out of my scope. How do I represent 3D solids with defined edges and vertices as graphs without going into these complex details?

1

There are 1 best solutions below

0
On

It sounds like you are describing a spatial embedding of a graph.