Point3D.init_
graphene.point3_d.Point3D init_(float x, float y, float z)Initializes a #graphene_point3d_t with the given coordinates.
Parameters
x | the X coordinate of the point |
y | the Y coordinate of the point |
z | the Z coordinate of the point |
Returns
the initialized #graphene_point3d_t