Uses of Interface
types.basic.tfloat.TFloat
Packages that use TFloat
-
Uses of TFloat in types.basic.tfloat
Classes in types.basic.tfloat that implement TFloatModifier and TypeClassDescriptionclass
Temporal float instant class inherited from temporal instant.class
Temporal float sequence class inherited from temporal sequence.class
Temporal float sequence set class inherited from temporal sequence set.Methods in types.basic.tfloat that return TFloatModifier and TypeMethodDescriptiondefault TFloat
TFloat.derivative()
Returns the derivative of `self`.default TFloat
TFloat.from_base_temporal
(float value, Temporal base, TInterpolation interp) Returns a new temporal float with the value "value" and the temporal frame of "base".static TFloat
TFloat.from_base_time
(float value, Time base, TInterpolation interpolation) Returns a new temporal float with the value "value" and the temporal frame of "base".default TFloat
TFloat.from_mfjson
(String mfjson) Returns a temporal object from a MF-JSON string. -
Uses of TFloat in types.basic.tint
Methods in types.basic.tint that return TFloat -
Uses of TFloat in types.basic.tnumber
Methods in types.basic.tnumber that return TFloat -
Uses of TFloat in types.basic.tpoint
Methods in types.basic.tpoint that return TFloatModifier and TypeMethodDescriptiondefault TFloat
Returns the temporal bearing between the temporal point and "other".default TFloat
TPoint.cumulative_length()
Returns the cumulative length of the trajectory.default TFloat
Returns the temporal distance between the temporal point and "other".default TFloat
TPoint.speed()
Returns the speed of the temporal point.default TFloat
TPoint.x()
Returns the x coordinate of the temporal point.default TFloat
TPoint.y()
Returns the y coordinate of the temporal point.default TFloat
TPoint.z()
Returns the z coordinate of the temporal point.