Class InvertibleProperty<T>

java.lang.Object
foundry.veil.api.client.property.Property<T>
foundry.veil.api.client.property.InvertibleProperty<T>
Type Parameters:
T -
Direct Known Subclasses:
Mat3Property, Mat4Property

public abstract class InvertibleProperty<T> extends Property<T>
A property that applies its inverse value after applying the main one, adding the "I" prefix to it.