Interface Vector4fProperty

All Superinterfaces:
Functor<Vector4f>, Property<Vector4f>, Transmittable<Vector4f>, Vector2fPropertyBase<Vector4f>, Vector3fPropertyBase<Vector4f>, Vector4fPropertyBase<Vector4f>
All Known Implementing Classes:
DelegatedVector4fProperty
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface Vector4fProperty extends Vector4fPropertyBase<Vector4f>, Transmittable<Vector4f>
A property with a Vector4f value.