init_from_vec4
Description:
public unowned Plane?
init_from_vec4 (
Vec4 src)
Initializes the given Plane using the components of the given
Vec4 vector.
Parameters:
this |
the Plane to initialize
|
src |
a Vec4 containing the normal vector in its first three components, and the
distance in its fourth component
|
Returns: