Plane.initFromPoint

Initializes the given #graphene_plane_t using the given normal vector and an arbitrary co-planar point.

Parameters

normal graphene.vec3.Vec3

a normal vector defining the plane pointing towards the origin

point graphene.point3_d.Point3D

a #graphene_point3d_t

Return Value

Type: graphene.plane.Plane

the initialized plane