Package: graphene

Function graphene:triangle-vertices

Lambda List

graphene:triangle-vertices (triangle a b c)

Arguments

triangle -- a graphene:triangle-t instance
a -- a graphene:vec3-t instance for the first vertex
b -- a graphene:vec3-t instance for the second vertex
c -- a graphene:vec3-t instance for the third vertex

Return Value

The value list of graphene:vec3-t instances with the vertices.

Details

Retrieves the three vertices of the given triangle.
 

See also

#2023-12-7