Condition

data class Condition(val condition: Condition) : Expression

A filter condition as a number: 1.0 when the point matches, 0.0 when it does not.

Constructors

Link copied to clipboard
constructor(condition: Condition)

Properties

Link copied to clipboard