Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void RecomposeAlong(PointD, double, double)

  • 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

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