Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ISlope

直线的斜率和 y 截距.

Hierarchy

  • ISlope

Index

Properties

hasSlope

hasSlope: boolean

布尔值,用于查看线是否有斜率或垂直.

line

line: IPathLine

用于计算此斜率的线.

Optional slope

slope: number

非垂直坡度的可选值.

Optional yIntercept

yIntercept: number

x = 0 时的可选值 y.

Generated using TypeDoc