QuadraticBezier2d Class

Public Class QuadraticBezier2d 
Inherits Geometry2d
This language is not supported or no code example is available.
public class QuadraticBezier2d : Geometry2d
This language is not supported or no code example is available.
public ref class QuadraticBezier2d : public Geometry2d^
This language is not supported or no code example is available.
public class QuadraticBezier2d 
extends Geometry2d
This language is not supported or no code example is available.
Name Description
Public property Control
Public property End
Public property EndTangent
Public property Extents Gets the bounding box of this object.
Public property Length
Public property Start
Public property StartTangent
Top
Methods
 
Name Description
Public method ClosestPoint(Point2d)
Public method Distance(Point2d) Computes the distance from a point to this object.
Public method Eval(double)
Public method Static Eval(double, double, double, double, double, double, double, out double, out double)
Public method Flatten(double)
Public method GetDerivative(double)
Public method GetDerivativeCoefficients(out double, out double, out double, out double)
Public method GetExtents(double, double, double, double, double, double)
Public method GetParam(Point2d, double)
Public method GetPerpendicular(Point2d)
Public method Mirror(Point2d, Point2d) Reflects the object over a line specified by two points.
Public method Normal(double)
Public method ParamAt(Point2d)
Public method Reverse()
Public method Rotate(double) Rotates the object around origo.
Public method Rotate(double, Point2d) Rotates the object around a given point.
Public method Scale(double) Scales the object with a factor. A factor larger than 1.0 makes it larger, and less than 1.0 smaller.
Public method Scale(double, Point2d) Scales the object using a given scaling center. A factor larger than 1.0 makes it larger, and less than 1.0 smaller.
Public method Split(double, out QuadraticBezier2d, out QuadraticBezier2d)
Public method Tangent(double)
Public method ToRegion(double) Converts the object to a Region2d representation. Some objects that cannot be represented exactly uses a tolerance to approximate themselves to a region.
Public method Transform(Matrix2d) Transforms the object with a matrix.
Public method Translate(double, double) Moves the object a specified distance.
Top

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition