Package: graphene

CStruct graphene:plane-t

Declaration

(cffi:defcstruct plane-t
  (normal :float :count 4)
  (constant :float :count 4))  

Details

The graphene:plane-t structure is a structure representing a plane that extends infinitely in 3D space. The plane is described using the Hessian normal form of a unit length normal vector pointing towards the origin, and a constant distance from the origin along the normal vector.
2025-4-7