Houdini Development Toolkit - Version 6.5
Side Effects Software Inc. 2004
Clip Library
Unit Conversion Methods
These methods are used to convert between index, time and frame values. Generally the CL_Clip parameter values are specified in samples(indices) so the following methods allow frame and time values to be used.
float getIndex(float time) const
Returns the index at a specified time (in seconds).
float getTime(float index) const
Returns the time (in seconds) at a specified index.
float getFrame(float index, float fps) const
Returns the frame at a given index and fps.
float getIndexF(float frame, float fps) const
Returns the index given a specified frame and fps.
static float getTimeF(float frame, float fps)
Returns the time (in seconds) at a specified frame value.
static float getFrameT(float time, float fps)
Returns the frame at a specified time and fps.
Table of Contents
Operators
|
Surface Operations
|
Particle Operations
|
Composite Operators
|
Channel Operators
Material & Texture
|
Objects
|
Command and Expression
|
Render Output
|
Mantra Shaders
|
Utility Classes
|
Geometry Library
|
Image Library
|
Clip Library
Customizing UI
|
Questions & Answers
Copyright © 2004 Side Effects Software Inc.
477 Richmond Street West, Toronto, Ontario, Canada M5V 3E7