- Declared in: RT.Util.Geometry.PointD
Declaration
public void RecomposeAlong(
PointD vector,
double lenAlong,
double lenNormal
)
Summary
Performs the inverse of
PointD.DecomposeAlong(PointD, out double, out double), modifying the current vector in place.
Parameters
PointD | vector |
Reference vector. |
double | lenAlong |
Length of this vector along the reference vector. |
double | lenNormal |
Length of this vector normal to the reference vector. |