PlaneLike

class cee.PlaneLike()

Interface describing an object with A,B,C,D properties.

Properties


Properties

PlaneLike.A
Type:

number

The A coefficient of the plane equation

PlaneLike.B
Type:

number

The B coefficient of the plane equation

PlaneLike.C
Type:

number

The C coefficient of the plane equation

PlaneLike.D
Type:

number

The D coefficient of the plane equation