Div divides the x, y and z coordinate values of the current point by a fixed value (number or another Scaleform::Render::Point3).
Parameters |
Description |
const Point3<T> & pt |
A point whose coordinates divide the coordinates of the current point. |
T val | |
T x2 |
Variable with which the x coordinate of the point is divided. |
T y2 |
Variable with which the y coordinate of the point is divided. |
T z2 |
Variable with which the z coordinate of the point is divided. |
Scaleform::Render::Point3 whose coordinates are divided by a fixed value.