Torque3D Documentation / _generateds / CameraSpline::Knot

CameraSpline::Knot

Engine/source/T3D/cameraSpline.h

More...

Public Types

enum
Path {
  LINEAR 
  SPLINE 
  NUM_PATH_BITS = 1
}
enum
Type {
  NORMAL 
  POSITION_ONLY 
  KINK 
  NUM_TYPE_BITS = 2
}

in meters per second

Public Functions

Knot()
Knot(const Point3F & p, const QuatF & r, F32 s, Knot::Type type, Knot::Path path)

Detailed Description

Public Types

Path

Enumerator

LINEAR
SPLINE
NUM_PATH_BITS = 1
Type

Enumerator

NORMAL
POSITION_ONLY
KINK
NUM_TYPE_BITS = 2

in meters per second

Public Attributes

F32 mDistance 
enum CameraSpline::Knot::Path mPath 
Point3F mPosition 
QuatF mRotation 
F32 mSpeed 
enum CameraSpline::Knot::Type mType 
Knot * next 
Knot * prev 

Public Functions

Knot()

Knot(const Knot & k)

Knot(const Point3F & p, const QuatF & r, F32 s, Knot::Type type, Knot::Path path)