PeriDyno 1.0.0
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
DataTypes.h File Reference
#include "Vector.h"
#include "Matrix.h"
#include "Rigid/rigid.h"
Include dependency graph for DataTypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dyno::DataTypes< TReal, TCoord, TMatrix, TRigid >
 

Namespaces

namespace  dyno
 This is an implementation of AdditiveCCD based on peridyno.
 

Macros

#define GLM_FORCE_PURE
 

Typedefs

typedef DataTypes< float, float, float, Rigid< float, 1 > > dyno::DataType1f
 1f DOF, single precision
 
typedef DataTypes< float, Vec2f, Mat2f, Rigid2fdyno::DataType2f
 2f DOF, single precision
 
typedef DataTypes< float, Vec3f, Mat3f, Rigid3fdyno::DataType3f
 3f DOF, single precision
 
typedef DataTypes< double, float, float, Rigid< double, 1 > > dyno::DataType1d
 1d DOF, double precision
 
typedef DataTypes< double, Vec2d, Mat2d, Rigid2ddyno::DataType2d
 2d DOF, double precision
 
typedef DataTypes< double, Vec3d, Mat3d, Rigid3ddyno::DataType3d
 3d DOF, double precision
 

Macro Definition Documentation

◆ GLM_FORCE_PURE

#define GLM_FORCE_PURE

Copyright 2021 Xiaowei He

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

https://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Definition at line 17 of file DataTypes.h.