Subtracts the components of one 3D vertex (v1) from another (v0).
v1
v0
The minuend vertex (from which to subtract).
The subtrahend vertex (to subtract).
A new Vertex3d representing the difference between v0 and v1.
Vertex3d
Subtracts the components of one 3D vertex (
v1
) from another (v0
).