Back to class index
| OBB::FacePointSyntaxfloat4 OBB::FacePoint(int faceIndex, float u, float v) const; [21 lines of code]Generates a point at the surface of the given face of this OBB. ParametersintfaceIndexThe index of the OBB face to generate the point at. The valid range is [0, 5]. floatuA normalized value between [0, 1]. floatvA normalized value between [0, 1]. See AlsoWork in progress:Todo: in float4 OBB::FacePoint(int faceIndex, float u, float v) const: Document which index generates which face. |