Class PointPointIntersectionPoint

Case of the Point Point intersection. Exists if the points are equal and thus have an intersection.

Hierarchy

Constructors

Properties

cache: Interfaces.IterableCache<{
    dist: number;
    nonExistantState: boolean;
    x: number;
    y: number;
}, true>

Type declaration

  • dist: number
  • nonExistantState: boolean
  • x: number
  • y: number
intersectionObject: PointPointIntersection
objectType: "point" = "point"

This object is of type point.

Returns the plane this object is on.

virtual: false = false

Whether this object is virtual.

Accessors

Methods

Generated using TypeDoc