Uses of Class
org.drinkless.tdlib.TdApi.Point
-
Packages that use TdApi.Point Package Description org.drinkless.tdlib -
-
Uses of TdApi.Point in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.Point Modifier and Type Field Description TdApi.PointTdApi.VectorPathCommandCubicBezierCurve. endControlPointThe end control point of the curve.TdApi.PointTdApi.VectorPathCommandCubicBezierCurve. endPointThe end point of the curve.TdApi.PointTdApi.VectorPathCommandLine. endPointThe end point of the straight line.TdApi.PointTdApi.VectorPathCommandCubicBezierCurve. startControlPointThe start control point of the curve.Constructors in org.drinkless.tdlib with parameters of type TdApi.Point Constructor Description VectorPathCommandCubicBezierCurve(TdApi.Point startControlPoint, TdApi.Point endControlPoint, TdApi.Point endPoint)A cubic Bézier curve to a given point.VectorPathCommandLine(TdApi.Point endPoint)A straight line to a given point.
-