class Mittsu::Plane
- Mittsu::Plane
- Reference
- Object
Defined in:
mittsu/math/plane.crConstructors
Instance Method Summary
-
#==(plane)
Returns
false
(other can only be aValue
here). - #apply_matrix4(matrix, normal_matrix = Mittsu::Matrix3.new.normal_matrix(matrix))
- #clone
- #constant : Float64
- #constant=(constant : Float64)
- #coplanar_point(target = Mittsu::Vector3.new)
- #copy(plane)
- #distance_to_point(point)
- #distance_to_sphere(sphere)
- #intersect_line(line, target = Mittsu::Vector3.new)
- #intersection_line?(line)
- #negate
- #normal : Mittsu::Vector3
- #normal=(normal : Mittsu::Vector3)
- #normalize
- #ortho_point(point, target = Mittsu::Vector3.new)
- #project_point(point, target = Mittsu::Vector3.new)
- #set(normal, constant)
- #set_components(x, y, z, w)
- #set_from_coplanar_points(a, b, c)
- #set_from_normal_and_coplanar_point(normal, point)
- #translate(offset)
Constructor Detail
Instance Method Detail
def ==(plane)
#
Description copied from class Reference
Returns false
(other can only be a Value
here).