class

Tres::Line3

Inherits Reference < Object

Constructors

new(start_point = Tres::Vector3.new, end_point = Tres::Vector3.new)
Source

Instance methods

apply_matrix4(matrix)
Source
at(t, target = Tres::Vector3.new)
Source
center(target = Tres::Vector3.new)
Source
clone
Source
closest_point_to_point(point, clamp_to_line, target = Tres::Vector3.new)
Source
closest_point_to_point_parameter(point, clamp_to_line)
Source
copy(line)
Source
delta(target = Tres::Vector3.new)
Source
distance
Source
distance_sq
Source
end_point
Source
end_point=(end_point : Tres::Vector3)
Source
equals(line)
Source
set(start_point, end_point)
Source
start_point
Source
start_point=(start_point : Tres::Vector3)
Source