Back to class index
| OBB::PointOnEdgeSyntaxfloat4 OBB::PointOnEdge(int edgeIndex, float u) const; [26 lines of code]Returns a point on an edge of this OBB. ParametersintedgeIndexThe index of the edge to generate a point to, in the range [0, 11].floatuA normalized value between [0,1]. This specifies the relative distance of the point along the edge. See AlsoWork in progress:Todo: in float4 OBB::PointOnEdge(int edgeIndex, float u) const: Document which index generates which one. |