ProjectedAngle 3D• ProjectedAngle[vector1, vector2, vector3] returns the counterclockwise angle measured from the direction of vector2 to the direction of vector1, as projected on a plane that is orthogonal to vector3. • ProjectedAngle returns values in the range {-, }. • See also: Angle, IncludedAngle. Further Examples Load the Modeler3D package and define a simple model. Here is the angle between the link axis and the global X direction, measured as projected onto a plane normal to the global Y direction.
Out[2]= | |
Out[3]= | |
See HelpModel3D.
|