Package: graphene

Function graphene:plane-init-from-vec4

Lambda List

graphene:plane-init-from-vec4 (plane vector)

Arguments

plane -- a graphene:plane-t instance to initialize
vector -- a graphene:vec4-t instance with the vector containing the normal vector in its first three components, and the distance in its fourth component

Return Value

The initialized graphene:plane-t instance.

Details

Initializes the given plane using the components of the given vector.
 

See also

2023-12-7