init_from_point3d


Description:

public unowned Triangle? init_from_point3d (Point3D? a, Point3D? b, Point3D? c)

Initializes a Triangle using the three given 3D points.

Parameters:

this

the Triangle to initialize

a

a Point3D

b

a Point3D

c

a Point3D

Returns:

the initialized Triangle