IF_Sphere – General Information

Overview

Type:

Interface

Available as of:

V1.0.0.0

Inherits from:

-

This chapter provides information on:

Task

Interface for a Sphere collision object.

Description

Interface for a Sphere collision object. A sphere is defined by the position of its center and its radius.

The following figure represents a Sphere object:

Properties

Name

Data type

Accessing

Description

rstCenter

REFERENCE TO SE_Math.ST_Vector3D

Get

Center of the Sphere object.

lrRadius

LREAL

Get

Radius of the Sphere object.

etType

ET_CollisionObjectType

Get

This property describes the type of bounding volume implemented by the object.

xConfigured

BOOL

Get

The value of this property is TRUE if the object has been properly initialized, FALSE otherwise.