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: graphene.point3_d.Point3D

the initialized #graphene_point3d_t