WithinRelation

Used by withinTriangle to check the within relationship between a triangle and the query shape (e.g. if the query shape is within the triangle).

Entries

Link copied to clipboard

If the shape is a candidate for within. Typically this is return if the query shape is fully inside the triangle or if the query shape intersects only edges that do not belong to the original shape.

Link copied to clipboard

The query shape intersects an edge that does belong to the original shape or any point of the triangle is inside the shape.

Link copied to clipboard

The query shape is disjoint with the triangle.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.