Class RayND
java.lang.Object
org.episteme.core.mathematics.geometry.RayND
Represents a ray in N-dimensional space defined by an origin and a direction.
- Since:
- 1.0
- Author:
- Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
RayND
Creates a new RayND.- Parameters:
origin- the origin pointdirection- the direction vector (will be normalized)- Throws:
IllegalArgumentException- if dimensions do not match
-
-
Method Details
-
getOrigin
-
getDirection
-
pointAt
-