Interface Vector4fPropertyBase<T extends VectorFloat<T>>
- All Superinterfaces:
Functor<T>,Property<T>,Vector2fPropertyBase<T>,Vector3fPropertyBase<T>
- All Known Subinterfaces:
Vector4fProperty
- All Known Implementing Classes:
DelegatedVector4fProperty,DelegatedVector4fPropertyBase
A vector property with 4 dimensions.
-
Method Summary
Modifier and TypeMethodDescriptionfloatgetW()Returns the w value of the current vector, or0if the vector isnull.default FloatPropertyMethods inherited from interface dev.prozilla.pine.common.property.Property
getValue, getValueOr, hasValue, hasValueProperty, isNotNull, isNotNullProperty, isNull, map, replaceNull, requireValue, snapshot, toStringPropertyMethods inherited from interface dev.prozilla.pine.common.property.vector.Vector2fPropertyBase
getX, getY, xProperty, yPropertyMethods inherited from interface dev.prozilla.pine.common.property.vector.Vector3fPropertyBase
getZ, zProperty
-
Method Details
-
wProperty
-
getW
float getW()Returns the w value of the current vector, or0if the vector isnull.- Returns:
- The w value of the current vector.
-