Protocol

VectorArithmetic

A type that can serve as the animatable data of an animatable type. ある型、それはアニメーション可能型のアニメーション可能データとしての用をなすものです。

Declaration 宣言

protocol VectorArithmetic : AdditiveArithmetic

Overview 概要

VectorArithmetic extends the AdditiveArithmetic protocol with scalar multiplication and a way to query the vector magnitude of the value. Use this type as the animatableData associated type of a type that conforms to the Animatable protocol.

Topics 話題

Manipulating Values

Relationships 関係

Inherits From 継承元

Conforming Types これらの型が準拠

See Also 参照

Animatable Data