Index
All Classes|All Packages
V
- Vector3 - Class in raymarcher
-
Represents a vector in 3D Euclidean space (x, y, z).
- Vector3() - Constructor for class raymarcher.Vector3
-
Creates a default zero Vector3 at (0, 0, 0)
- Vector3(double, double, double) - Constructor for class raymarcher.Vector3
-
Creates a Vector3 with the passed coordinates
- Vector3(Vector3, double) - Constructor for class raymarcher.Vector3
-
Creates a Vector3 in the direction of the given unit vector and with the given lentgh (magnitude)
All Classes|All Packages