Plane.initFromPoint
graphene.plane.Plane initFromPoint(graphene.vec3.Vec3 normal, graphene.point3_d.Point3D point)Initializes the given #graphene_plane_t using the given normal vector and an arbitrary co-planar point.
Parameters
normal | a normal vector defining the plane pointing towards the origin |
point | a #graphene_point3d_t |
Returns
the initialized plane