interface TracePoint {
    position: Vector3;
    timestamp: number;
}

Properties

Properties

position: Vector3
timestamp: number