Plane.opCall

Return a Plane with the Vec3f component of n and distance of d

  1. Plane opCall()
  2. Plane opCall(Vector3f n, float d)
    struct Plane
    static
    opCall
    (,
    float d
    )
  3. Plane opCall(float x, float y, float z, float d)

Meta