class Mittsu::Sphere
- Mittsu::Sphere
- Reference
- Object
Defined in:
mittsu/math/sphere.crConstructors
Instance Method Summary
-
#==(sphere)
Returns
false
(other can only be aValue
here). - #apply_matrix4(matrix)
- #bounding_box(target = Mittsu::Box3.new)
- #center : Mittsu::Vector3
- #center=(center : Mittsu::Vector3)
- #clamp_point(point, target = Mittsu::Vector3.new)
- #clone
- #contains_point?(point)
- #copy(sphere)
- #distance_to_point(point)
- #empty
- #intersects_sphere?(sphere)
- #radius : Float64
- #radius=(radius : Float64)
- #set(center, radius)
- #set_from_points(points, optional_center = nil)
- #translate(offset)
Constructor Detail
Instance Method Detail
def ==(sphere)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).