Vector4

object Vector4
Companion
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror

Value members

Concrete methods

@inline
def add(vec1: Vector4, vec2: Vector4): Vector4
def apply(d: Double): Vector4
def direction(x: Double, y: Double, z: Double): Vector4
def distance(v1: Vector4, v2: Vector4): Double
@inline
def divide(vec1: Vector4, vec2: Vector4): Vector4
def dotProduct(vec1: Vector4, vec2: Vector4): Double
@inline
def multiply(vec1: Vector4, vec2: Vector4): Vector4
def position(x: Double, y: Double, z: Double): Vector4
@inline
def subtract(vec1: Vector4, vec2: Vector4): Vector4

Concrete fields

lazy val `derived$CanEqual`: CanEqual[Vector4, Vector4]
val one: Vector4