AnimationVector4D
Class
Common
public class AnimationVector4D(v1: Float, v2: Float, v3: Float, v4: Float) : AnimationVector()
This class defines a 4D vector that contains four Float fields for its four dimensions.
Parameters
v1 | initial value to set on the first dimension |
v2 | initial value to set on the second dimension |
v3 | initial value to set on the third dimension |
v4 | initial value to set on the fourth dimension |