Small World Engine API Reference - v0.46.1
    Preparing search index...

    Class BoundingSphere

    Represents a bounding sphere in 3D space.

    Implements

    Index

    Constructors

    Properties

    center: Vector3D

    The center position of the sphere.

    radius: number

    The radius of the sphere.

    type: BoundingType = BoundingType.SPHERE

    The type of the bounding volume.

    Methods