Package: graphene

Function graphene:plane-init-from-point

Lambda List

graphene:plane-init-from-point (plane normal point)

Arguments

plane -- a graphene:plane-t instance to initialize
normal -- a graphene:vec3-t instance with the normal vector defining the plane pointing towards the origin
point -- a point3d-t instance

Return Value

The initialized graphene:plane-t instance.

Details

Initializes the given plane using the given normal vector and an arbitrary co-planar point.
 

See also

#2023-12-7