HexOrientationMatrix class

六边形方向的数学参数

Constructors

HexOrientationMatrix({required double f0, required double f1, required double f2, required double f3, required double b0, required double b1, required double b2, required double b3, required double startAngle})
const

Properties

b0 double
final
b1 double
final
b2 double
final
b3 double
final
f0 double
final
f1 double
final
f2 double
final
f3 double
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startAngle double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromType(HexOrientation orientation) HexOrientationMatrix
根据方向类型获取对应的矩阵

Constants

flat → const HexOrientationMatrix
平顶朝上的方向矩阵
pointy → const HexOrientationMatrix
尖顶朝上的方向矩阵