UITouch
// より詳細な座標
public func preciseLocationInView(view: UIView?) -> CGPoint
public func precisePreviousLocationInView(view: UIView?) -> CGPoint
// 方位角(ディスプレイ面と水平方向)
public func azimuthAngleInView(view: UIView?) -> CGFloat
public func azimuthUnitVectorInView(view: UIView?) -> CGVector
// 仰角(ディスプレイ面と垂直方向)
public var altitudeAngle: CGFloat { get }
// プロパティ
public var estimationUpdateIndex: NSNumber? { get }
public var estimatedProperties: UITouchProperties { get }
public var estimatedPropertiesExpectingUpdates: UITouchProperties { get }