getRatioPoint static method

Point getRatioPoint(
  1. Segment segment,
  2. double r
)

@brief Calculate projection point on a segment @param segment segment of calculation @see Segment "Segment" @param r division ratio @return ratio point @see Point "Point"

Dart code snippet: @snippet geometry_utils_example.dart dart_GeometryUtils_getRatioPoint

Implementation

static Point getRatioPoint(Segment segment, double r) => $prototype.getRatioPoint(segment, r);