Package: graphene

Function graphene:triangle-points

Lambda List

graphene:triangle-points (triangle a b c)

Arguments

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

Return Value

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

Details

Retrieves the three vertices of the given triangle and returns their coordinates as graphene:point3d-t instances.
 

See also

#2023-12-7