![]() |
PeriDyno 1.0.0
|
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, Rigid2f > | dyno::DataType2f |
2f DOF, single precision | |
typedef DataTypes< float, Vec3f, Mat3f, Rigid3f > | dyno::DataType3f |
3f DOF, single precision | |
typedef DataTypes< double, float, float, Rigid< double, 1 > > | dyno::DataType1d |
1d DOF, double precision | |
typedef DataTypes< double, Vec2d, Mat2d, Rigid2d > | dyno::DataType2d |
2d DOF, double precision | |
typedef DataTypes< double, Vec3d, Mat3d, Rigid3d > | dyno::DataType3d |
3d DOF, double precision | |
#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.