Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: PointD RecomposeVector(double, double)

  • 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

doublelenAlong Length of this vector along the reference vector.
doublelenNormal Length of this vector normal to the reference vector.