Options
All
  • Public
  • Public/Protected
  • All
Menu

Represents a point on a cubic bezier curve, the result of RaphaelStatic.findDotsAtSegment.

Hierarchy

Index

Properties

alpha

alpha: number

Angle of the curve derivative of the curve at the point.

end

The end point of the cubic bezier curve.

m

The left anchor point of the cubic bezier curve.

n

The right anchor point of the cubic bezier curve.

start

The start point of the cubic bezier curve.

x

x: number

The x coordinate of the point.

y

y: number

The y coordinate of the point.

Generated using TypeDoc