flimEngine
Collaboration diagram for Tools:

Classes

class  flimColor
 A flim color. More...
 
class  FlimMath
 A flim mathematics. More...
 
class  RenderAABBCommand
 A render b sphere command. More...
 
class  RenderBSphereCommand
 A render b sphere command. More...
 
class  Visualizer
 A visualizer. More...
 

Functions

static errcode Visualizer::ShowBSphere (const CollisionVolumeBSphere &S, const Vect &col=Vect(1.0f, 1.0f, 1.0f))
 Shows the b sphere. More...
 

Detailed Description

Function Documentation

◆ ShowBSphere()

static errcode Visualizer::ShowBSphere ( const CollisionVolumeBSphere S,
const Vect &  col = Vect(1.0f, 1.0f,1.0f) 
)
inlinestatic

Shows the b sphere.

Author
Jack Campbell
Date
3/5/2017
Parameters
SThe CollisionVolumeBSphere to process.
col(Optional) The col.
Give this function a BSphere and a color to render.
Returns
An errcode.