CastableToVector4

An interface representing a type that can be converted into a Vector4. This allows classes implementing this interface to define a custom transformation or mapping to a Vector4 instance, enabling compatibility with systems and operations that utilize 4-dimensional vectors.

Functions

Link copied to clipboard
abstract fun toVector4(): Vector4

Converts the implementing type into a Vector4 representation.