Plane

public final class Plane(source)

Represents a 2D plane in a 3D world.

Parameters

point

A point on the plane

normal

The normal vector of the plane pointing "above" the plane

Constructors

Link copied to clipboard
public Plane Plane(Vec3d point, Vec3d normal)

Functions

Link copied to clipboard
public final Boolean isPointAbove(Vec3d point)

Checks if the given point is "above" the plane.