Function
GSTangentOnQuadraticSegment(_:_:_:) GSTangentOnQuadraticSegmentGSTangentOnQuadraticSegment
Declaration
func GSTangentOnQuadraticSegment(_ curve: UnsafePointer<NSPoint>, _ count: Int32, _ segmentT: Double) -> NSPointDeclaration
NSPoint GSTangentOnQuadraticSegment(const NSPoint *curve, const int count, const double segmentT);Declaration
GSTangentOnQuadraticSegment(curve: NSPoint, count: int, segmentT: float) -> NSPointSee Also
Curve Evaluation and Tangents
Like
GSPointOnLine, but with the returned point offset by a certain amount onto a parallel line. So, more like the inverse ofGSNearestPointOnLine.Returns a new point offset by the given distance in the direction of the given angle in radiants.