static var zero: EmptyAnimatableData
The zero value.
ゼロ値。
static func += (inout EmptyAnimatableData , EmptyAnimatableData )
Adds two values and stores the result in the left-hand-side variable.
2つの値を加算して、結果を左手側の変数に格納します。
static func - (EmptyAnimatableData , EmptyAnimatableData ) -> EmptyAnimatableData
Subtracts one value from another and produces their difference.
static func -= (inout EmptyAnimatableData , EmptyAnimatableData )
Subtracts the second value from the first and stores the difference in the left-hand-side variable.
2番目の値を最初のものから減じて、その差を左手側の変数の中に格納します。
var magnitudeSquared : Double
The dot-product of this animatable data instance with itself.
func scale(by: Double)
Multiplies each component of this value by the given value.
この値の各構成要素をこの与えられた値で乗算します。