@rbxts/a-plant-generator - v0.2.0
    Preparing search index...

    Interface SpatialConstraint

    Spatial envelope used by pruning and environment-aware models.

    interface SpatialConstraint {
        contains(position: Vec3, radius: number): boolean;
    }

    Implemented by

    Index
    • Tests whether a sphere at position fits the permitted region.

      Parameters

      • position: Vec3
      • radius: number

      Returns boolean