- Declared in: RT.Geometry.PointD
 
Declaration
public PointD RecomposeVector(
    double lenAlong,
    double lenNormal
)Summary
                Performs the inverse of 
PointD.DecomposeAlong(PointD, out double, out double) using the current vector as the reference vector.
Parameters
| double | lenAlong | 
                Length of this vector along the reference vector. | 
| double | lenNormal | 
                Length of this vector normal to the reference vector. |