Sp3dGestureDetails class

Constructors

Sp3dGestureDetails(int serial, Sp3dV2D startV, Sp3dV2D nowV, Sp3dV2D diffV)
  • serial : Touch finger serial number.
  • startV : The gesture starting point vector. This is local point.
  • nowV : The now point vector. This is local point.
  • diffV : For swipe, The difference from the gesture (the current point - pre point). For pinch or Scroll, pinch-in is (0, -100), pinch-out is (0, 100).
  • const

    Properties

    diffV Sp3dV2D
    final
    hashCode int
    The hash code for this object.
    no setterinherited
    nowV Sp3dV2D
    final
    runtimeType Type
    A representation of the runtime type of the object.
    no setterinherited
    serial int
    final
    startV Sp3dV2D
    final

    Methods

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

    Operators

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