Tres::Box3
Inherits Reference < Object
Constructors
new(min = nil, max = nil)
SourceInstance methods
apply_matrix4(matrix)
Sourcebounding_sphere(target = Sphere.new)
Sourcecenter(target = Vector3.new)
Sourceclamp_point(point, target = Vector3.new)
Sourceclone
Sourcecontains_box?(box)
Sourcecontains_point?(point)
Sourcecopy(box)
Sourcedistance_to_point(point, target = Vector3.new)
Sourceempty?
Sourceexpand_by_point(point)
Sourceexpand_by_scalar(scalar)
Sourceexpand_by_vector(vector)
Sourceintersect(box)
Sourceintersection_box?(box)
Sourcemake_empty
Sourcemax
Sourcemax=(max : Tres::Vector3)
Sourcemin
Sourcemin=(min : Tres::Vector3)
Sourceparameter(point, target = nil)
Sourceset(min, max)
Sourceset_from_center_and_size(center, size)
Sourceset_from_object(object)
Sourceset_from_points(points)
Sourcesize(target = Vector3.new)
Sourcetranslate(offset)
Sourceunion(box)
Source