Signature
stock xs_plane_set(Float:plane[], Float:a, Float:b, Float:c, Float:d){ plane[XS_PLANE_A] = a; plane[XS_PLANE_B] = b; plane[XS_PLANE_C] = c; plane[XS_PLANE_D] = d;}
Description
Sets a plane to the specified values.
Parameters
- plane — The plane to set the values to. It's a 4D vector.
- a — The first component of a plane to be set.
- b — The second component of a plane to be set.
- c — The third component of a plane to be set.
- d — The fouth component of a plane to be set.
No return value