org.abh80.nf.core.math
package org.abh80.nf.core.math
Members list
Type members
Classlikes
Represents a 3-dimensional vector with x, y, and z components. Provides common vector operations and geometric transformations.
Represents a 3-dimensional vector with x, y, and z components. Provides common vector operations and geometric transformations.
Value parameters
- x
-
The x-component (in meters).
- y
-
The y-component (in meters).
- z
-
The z-component (in meters).
Attributes
- Companion
- object
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object Vector3D
Companion object for Vector3D. Provides utility methods and implicit operations for vectors.
In this article