Table of Contents

Geometry

Methods Properties Base Classes Derived Classes
Expand Center
Overlap Radius
Overlaps SurfaceArea
Constructor Volume

Properties


Center : real3

var Center : Real3

Radius : real

var Radius : Real

SurfaceArea : real

read-only

var SurfaceArea : Real

Volume : real

read-only

var Volume : Real

Methods


Expand : Void

Expand this sphere to contain the given point. |Name|Type|Description| |---|---|---| |p0|real3| |

function Expand(p0 : Real3)

Expand : sphere

static

Creates a sphere that contains the given sphere and point. |Name|Type|Description| |---|---|---| |p0|sphere| | |p1|real3| |

function Expand(p0 : Sphere, p1 : Real3) : Sphere

Overlap : boolean

This function is deprecated. Use Overlaps instead |Name|Type|Description| |---|---|---| |p0|sphere| |

function Overlap(p0 : Sphere) : Boolean

Overlaps : boolean

Does this sphere overlap/intersect the given sphere? |Name|Type|Description| |---|---|---| |p0|sphere| |

function Overlaps(p0 : Sphere) : Boolean

Sphere : Void

constructor

Name Type Description
function Sphere()

Sphere : Void

constructor

Name Type Description
center real3
radius real
function Sphere(center : Real3, radius : Real)

Sphere : Void

constructor

Name Type Description
p0 sphere
function Sphere(p0 : Sphere)