ProjectOnLine 2D/3D• ProjectOnLine[vector1, vector2] projects vector1 onto vector2 and returns the vector component of vector1 that is in the direction of vector2. • ProjectOnLine[point, axis] returns the coordinates of point orthogonally projected onto axis. • ProjectOnLine[vector1, vector2] returns the dot product of the vectori, divided by the magnitude of vector2. • See also: IntersectionPoint, PointToLineDistance, ProjectOnPlane. Further Examples Load the Modeler2D package and define a simple model. Here is the location of the anchor for the link end projected orthogonally onto the link.
Out[2]= | |
Out[3]= | |
See HelpModel2D.
|