Plane.opCall

Return a Plane with a Vec3f component of x, y, z and distance of d

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

Meta