math_utils/g3

    Dark Mode
Search:
Group by:
  Source   Edit

Procs

func plane_from_norm_point(normal, point: Vec3): Vec4 {....raises: [], tags: [].}

Calculates a plane from a normal and a point in the plane.

Gives the plane equation in form Ax + By + Cy + D = 0, where A,B,C,D is given as vec4(x,y,z,w) respectively.

  Source   Edit