|
|
||
|
|
| Graph Utilities Package Symbol | Tutorials »|See Also »|More About » |
| LineScaledCoordinate[{{x1, y1}, {x2, y2}, ..., {xk, yk}}, r] gives the coordinate of a point in the polyline {{x1, y1}, {x2, y2}, ..., {xk, yk}}, at a scaled distance of r from point {x1, y1}. |
| LineScaledCoordinate[{{x1, y1}, {x2, y2}, ..., {xk, yk}}] is the same as LineScaledCoordinate[{{x1, y1}, {x2, y2}, ..., {xk, yk}}, 0.5]. |
Needs["GraphUtilities`"] This displays the vertices that form the edges at a point 60% of the way down the arrow:
This adds edge labels in GraphPlot3D:
|
| © 2008 Wolfram Research, Inc. |