stock

xs_plane_3p

Syntax

stock xs_plane_3p(Float:plane[], const Float:p1[], const Float:p2[], const Float:p3[])

Description

Constructs a plane out of 4 points in space.

Parameters

plane The output plane to store the newly created plane.
p1 The first point of a plane.
p2 The second point of a plane.
p3 The third point of a plane.

Return

This function has no return value.