class Mittsu::Vector4
- Mittsu::Vector4
- Mittsu::Vector
- Reference
- Object
Defined in:
mittsu/math/vector4.crConstructors
Instance Method Summary
- #apply_matrix4(m)
- #divide_scalar(scalar)
- #dot(v)
- #from_attribute(attribute, index, offset = 0)
- #length_manhattan
- #set(x, y, z, w)
- #set_axis_angle_from_quaternion(q)
- #set_axis_angle_from_rotation_matrix(m)
- #w
- #w=(value)
- #x
- #x=(value)
- #y
- #y=(value)
- #z
- #z=(value)