|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Kinesis::project_onto_plane | ( | std::vector< glm::vec3 > & | vertices, |
| const glm::vec3 & | plane_point, | ||
| const glm::vec3 & | plane_normal | ||
| ) |
Project vertices onto plane defined by normal.
| vertices | Vertices to project (modified in-place) |
| plane_point | Point on projection plane |
| plane_normal | Plane normal vector |
Definition at line 455 of file GeometryPrimitives.cpp.
References distance().
Here is the call graph for this function: