Jolt Physics
A multi core friendly Game Physics Engine
Loading...
Searching...
No Matches
PathConstraintPathHermite::Point Struct Reference

#include <PathConstraintPathHermite.h>

Public Attributes

Vec3 mPosition
 Position on the path. More...
 
Vec3 mTangent
 Tangent of the path, does not need to be normalized (in the direction of the path) More...
 
Vec3 mNormal
 Normal of the path (together with the tangent along the curve this forms a basis for the constraint) More...
 

Member Data Documentation

◆ mNormal

Vec3 PathConstraintPathHermite::Point::mNormal

Normal of the path (together with the tangent along the curve this forms a basis for the constraint)

◆ mPosition

Vec3 PathConstraintPathHermite::Point::mPosition

Position on the path.

◆ mTangent

Vec3 PathConstraintPathHermite::Point::mTangent

Tangent of the path, does not need to be normalized (in the direction of the path)


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