init

fun init(x: Float, y: Float, z: Float): Point3D

Initializes a #graphene_point3d_t with the given coordinates.

Return

the initialized #graphene_point3d_t

Since

1.0

Parameters

x

the X coordinate of the point

y

the Y coordinate of the point

z

the Z coordinate of the point