Holds values for Axonometric rendering. All fields are optional.
std::optional< bool > axonometric
Set to True to enable axonometric rendering, false otherwise.
ProjectionMode & withAxonometric(bool o)
ProjectionMode & withYSkew(double o)
std::optional< double > ySkew
The Y skew value represents how much to skew on the y-axis.
std::optional< double > xSkew
The X skew value represents how much to skew on the x-axis.
ProjectionMode & withXSkew(double o)