org.abh80.nf.core.math

Members list

Type members

Classlikes

final case class Vector3D(x: Double, y: Double, z: Double)

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 Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Vector3D

Companion object for Vector3D. Provides utility methods and implicit operations for vectors.

Companion object for Vector3D. Provides utility methods and implicit operations for vectors.

Attributes

Companion
class
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Vector3D.type