Representing Lines In Space

Representing lines in space

graph TB A[Representing lines in space] A --> B[Point] A --> C[Vector] A --> D[Line] B --> E[Coordinates] C --> F[Direction] C --> G[Magnitude] D --> H[Equation of Line] D --> I[Intercept] D --> J[Slope]