Point3D.init_

graphene.point3_d.Point3D init_(float x, float y, float z)

Initializes a #graphene_point3d_t with the given coordinates.

Parameters

xthe X coordinate of the point
ythe Y coordinate of the point
zthe Z coordinate of the point

Returns

the initialized #graphene_point3d_t