class Tres::Box3
- Tres::Box3
 - Reference
 - Object
 
Defined in:
tres/math/box3.crConstructors
Instance Method Summary
- 
        #==(box)
        
          
Returns
false(other can only be aValuehere). - #apply_matrix4(matrix)
 - #bounding_sphere(target = Sphere.new)
 - #center(target = Vector3.new)
 - #clamp_point(point, target = Vector3.new)
 - #clone
 - #contains_box?(box)
 - #contains_point?(point)
 - #copy(box)
 - #distance_to_point(point, target = Vector3.new)
 - #empty?
 - #expand_by_point(point)
 - #expand_by_scalar(scalar)
 - #expand_by_vector(vector)
 - #intersect(box)
 - #intersection_box?(box)
 - #make_empty
 - #max : Tres::Vector3
 - #max=(max : Tres::Vector3)
 - #min : Tres::Vector3
 - #min=(min : Tres::Vector3)
 - #parameter(point, target = nil)
 - #set(min, max)
 - #set_from_center_and_size(center, size)
 - #set_from_object(object)
 - #set_from_points(points)
 - #size(target = Vector3.new)
 - #translate(offset)
 - #union(box)
 
Constructor Detail
Instance Method Detail
        
        def ==(box)
        #
      
      
        
              Description copied from class Reference
            
          
          Returns false (other can only be a Value here).