Advanced search tips: use spaces to require multiple terms (AND), |
for alternatives (OR), wrap phrases in quotes (="a b"), =term for
exact match, 'term to include, !term to exclude, ^term to match
prefix, !^term to exclude prefix, .ext$ to match suffix, and !.ext$ to
exclude suffix.
finds the local-space vertex position for a given vertex index by reading from the vertex buffer using the provided
parameters. the vertex buffer is interpreted as an array of u32s, so the parameters allow us to calculate the
correct offset for the position attribute of the vertex at the given index.
unsigned perpendicular distance from point p to the infinite line through a and b.