Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: void DecomposeAlong(PointD, out double, out double)

  • Declared in: RT.Util.Geometry.PointD

Declaration

public void DecomposeAlong(
    PointD vector,
    out double lenAlong,
    out double lenNormal
)

Summary

Decomposes this vector into components relative to another vector.

Parameters

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