Space Time Point
Types¶
spacetime_point $tType
¶
4-dimensional coordinates (3 space, 1 time).
Note
Not to be confused with a 4-dimentional extent
.
Source: fundamental-concepts.tff
¶
Relations¶
point_x (
spacetime_point
>
$real
)
¶
The spatial x
coordinate of a point in space and time (spacetime_point
).
Source: fundamental-concepts.tff
¶
point_y (
spacetime_point
>
$real
)
¶
The spatial y
coordinate of a point in space and time (spacetime_point
).
Source: fundamental-concepts.tff
¶
point_z (
spacetime_point
>
$real
)
¶
The spatial z
coordinate of a point in space and time (spacetime_point
).
Source: fundamental-concepts.tff
¶
point_t (
spacetime_point
>
$real
)
¶
The time t
coordinate of a point in space and time (spacetime_point
).