init_from_vec3


Description:

public unowned Triangle? init_from_vec3 (Vec3? a, Vec3? b, Vec3? c)

Initializes a Triangle using the three given vectors.

Parameters:

this

the Triangle to initialize

a

a Vec3

b

a Vec3

c

a Vec3

Returns:

the initialized Triangle