docs: add documentation for PlaneIntersectionMode
This commit is contained in:
parent
d502a9e099
commit
ab532fde73
@ -68,8 +68,11 @@ impl Ray2d {
|
||||
reflect(Deserialize, Serialize)
|
||||
)]
|
||||
pub enum PlaneIntersectionMode {
|
||||
/// Intersects only the front face of the plane.
|
||||
FrontFaceOnly,
|
||||
/// Intersects only the back face of the plane.
|
||||
BackFaceOnly,
|
||||
/// Intersects both faces of the plane.
|
||||
Both,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user