rlScalef abstract method

void rlScalef(
  1. double x,
  2. double y,
  3. double z
)

Multiply the current matrix by a scaling matrix

Implementation

void rlScalef(
  double x,
  double y,
  double z,
);