Header menu logo Nu

Profile Type

Describes the physical profile of a complex body.

Union cases

Union case Description

Bounds

Full Usage: Bounds

A simplified axis-aligned bounds. This shape is defined by a bounding box around a body. Most efficient but least accurate.

Concave

Full Usage: Concave

A concave shape. This shape is defined by a body may form a concave hull. Least efficient but often more accurate. TODO: should this case be specified to require points to be formatted as groups of 3 to form triangles even for user-defined 2D and 3D engines?

Convex

Full Usage: Convex

A convex shape. This shape is defined by a body that forms a convex hull. Moderately efficient but accurate enough for many cases.

Instance members

Instance member Description

this.IsBounds

Full Usage: this.IsBounds

Returns: bool
Returns: bool

this.IsConcave

Full Usage: this.IsConcave

Returns: bool
Returns: bool

this.IsConvex

Full Usage: this.IsConvex

Returns: bool
Returns: bool

Type something to start searching.