class

Mittsu::Vector4

Inherits Mittsu::Vector < Reference < Object

Constructors

new(x = 0, y = 0, z = 0, w = 1)
Source

Instance methods

apply_matrix4(m)
Source
divide_scalar(scalar)
Source
dot(v)
Source
from_attribute(attribute, index, offset = 0)
Source
length_manhattan
Source
set(x, y, z, w)
Source
set_axis_angle_from_quaternion(q)
Source
set_axis_angle_from_rotation_matrix(m)
Source
w=(value)
Source
x=(value)
Source
y=(value)
Source
z=(value)
Source