Package: graphene

Function graphene:triangle-init-from-float

Lambda List

graphene:triangle-init-from-float (triangle a b c)

Arguments

triangle -- a graphene:triangle-t instance
a -- a list of 3 floating point values
b -- a list of 3 floating point values
c -- a list of 3 floating point values

Return Value

The initialized graphene:triangle-t instance.

Details

Initializes a triangle using the three given list of floating point values, each representing the coordinates of a point in 3D space.
 

See also

#2023-12-7