RotationVariable Class

RotationVariable(typeopt, axisopt, rotationTypeopt)

视觉变量-旋转视觉变量

Fx构造函数

# new RotationVariable(typeopt, axisopt, rotationTypeopt)

视觉变量-旋转视觉变量

参数:
名称 类型 属性 描述
type String <optional>

视觉变量类型,只能是 'rotation'

axis String <optional>

符号旋转所绕的轴,可选 "heading"|"tilt"|"roll"

rotationType String <optional>

符号旋转方向,此属性仅适用于绕heading轴旋转,可选 "geographic"|"arithmetic"

查看源代码 service/base/renderer/RotationVariable.js, line 5