Aerodynamic Objects Core 2.0.0
Loading...
Searching...
No Matches
AerodynamicObjects.BoundingVolume Class Reference

Used to define the shape and size of the volume for a Fluid Volume. More...

Public Types

enum  Shape
 

Public Attributes

Vector3 boxSize = new Vector3(1, 1, 1)
 
float sphereRadius = 0.5f
 
float capsuleRadius = 0.5f
 
float capsuleHeight = 1f
 
Shape shape = Shape.Box
 

Detailed Description

Used to define the shape and size of the volume for a Fluid Volume.

Member Enumeration Documentation

◆ Shape

Member Data Documentation

◆ boxSize

Vector3 AerodynamicObjects.BoundingVolume.boxSize = new Vector3(1, 1, 1)

◆ capsuleHeight

float AerodynamicObjects.BoundingVolume.capsuleHeight = 1f

◆ capsuleRadius

float AerodynamicObjects.BoundingVolume.capsuleRadius = 0.5f

◆ shape

Shape AerodynamicObjects.BoundingVolume.shape = Shape.Box

◆ sphereRadius

float AerodynamicObjects.BoundingVolume.sphereRadius = 0.5f

The documentation for this class was generated from the following file: