Point3D.init

Initializes a #graphene_point3d_t with the given coordinates.

class Point3D
init
(
float x
,
float y
,
float z
)

Parameters

x float

the X coordinate of the point

y float

the Y coordinate of the point

z float

the Z coordinate of the point

Return Value

Type: Point3D

the initialized #graphene_point3d_t

Meta