Point3d
Constructors
Functions
Link copied to clipboard
Initializes a #graphene_point3d_t using the coordinates of another #graphene_point3d_t.
Link copied to clipboard
Initializes a #graphene_point3d_t using the components of a #graphene_vec3_t.
Link copied to clipboard
Linearly interpolates each component of @a and @b using the provided @factor, and places the result in @res.
Link copied to clipboard
fun normalizeViewport(viewport: Rect, zNear: <Error class: unknown class>, zFar: <Error class: unknown class>, res: Point3d)
Normalizes the coordinates of a #graphene_point3d_t using the given viewport and clipping planes.