getRatioPoint static method
@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);