API Documentation
Loading...
Searching...
No Matches
Particle.h File Reference
Include dependency graph for Particle.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Particle
 

Namespaces

namespace  NDEVR
 

Macros

#define SimpleParticle   1
 
#define MAX_INF   9999999999.0f
 
#define MIN_INF   -9999999999.0f
 

Variables

constexpr fltp04 damping_factor = 0.01f
 
const fltp04 singleMove1 [15] = { 0, 0.3f, 0.51f, 0.657f, 0.7599f, 0.83193f, 0.88235f, 0.91765f, 0.94235f, 0.95965f, 0.97175f, 0.98023f, 0.98616f, 0.99031f, 0.99322f }
 
const fltp04 doubleMove1 [15] = { 0, 0.3f, 0.42f, 0.468f, 0.4872f, 0.4949f, 0.498f, 0.4992f, 0.4997f, 0.4999f, 0.4999f, 0.5f, 0.5f, 0.5f, 0.5f }
 

Macro Definition Documentation

◆ MAX_INF

#define MAX_INF   9999999999.0f

◆ MIN_INF

#define MIN_INF   -9999999999.0f

◆ SimpleParticle

#define SimpleParticle   1

Copyright (c) 2019, NDEVR LLC tyler.nosp@m..par.nosp@m.ke@nd.nosp@m.evr..nosp@m.org


| \ | | | __ \ | ___|\ \ / / | __ \ | \ | | | | \ \ | |___ \ \ / / | |__) | | . | | | |__/ / | |___ \ V / | _ / | |\ |_|_____/__|_____|____/____| | \ \ |__| __________________________________| __\

Subject to the terms of the Enterprise+ Agreement, NDEVR hereby grants Licensee a limited, non-exclusive, non-transferable, royalty-free license (without the right to sublicense) to use the API solely for the purpose of Licensee's internal development efforts to develop applications for which the API was provided.

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Library: NDEVR File: NDEVRPCH Included in API: True

Author(s): Tyler Parke