class CSG::Plane
- CSG::Plane
- Reference
- Object
Overview
Represents a plane in 3D space.
Defined in:
primitives/plane.crConstant Summary
-
BACK =
2
-
COPLANAR =
0
-
EPSILON =
1e-5
-
FRONT =
1
-
SPANNING =
3
Constructors
Class Method Summary
Instance Method Summary
- #clone
- #flip
- #normal : Vector
- #normal=(normal : Vector)
- #split_polygon(polygon : Polygon, coplanarFront : Array(Polygon), coplanarBack : Array(Polygon), front : Array(Polygon), back : Array(Polygon))
- #w : Float64
- #w=(w : Float64)