Transform.scaling - multiple declarations

Function Transform.scaling

set scale vector

Prototype

void scaling(
  ref const(vec3) value
) @property;

Function Transform.scaling

set scale vector x, y, z to the same value

Prototype

void scaling(
  float value
) @property;

Function Transform.scaling

get scale vector

Prototype

ref const(vec3) scaling() @property const;

Authors

Copyright

License