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 TypeClassDescriptionclassTemporal float instant class inherited from temporal instant.classTemporal float sequence class inherited from temporal sequence.classTemporal float sequence set class inherited from temporal sequence set.Methods in types.basic.tfloat that return TFloatModifier and TypeMethodDescriptiondefault TFloatTFloat.derivative()Returns the derivative of `self`.default TFloatTFloat.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 TFloatTFloat.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 TFloatTFloat.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 TFloatReturns the temporal bearing between the temporal point and "other".default TFloatTPoint.cumulative_length()Returns the cumulative length of the trajectory.default TFloatReturns the temporal distance between the temporal point and "other".default TFloatTPoint.speed()Returns the speed of the temporal point.default TFloatTPoint.x()Returns the x coordinate of the temporal point.default TFloatTPoint.y()Returns the y coordinate of the temporal point.default TFloatTPoint.z()Returns the z coordinate of the temporal point.