edge_type toEdge() const
			{
				return edge_type(
					ia,ib,
					addOrientation(clipb,orientation)
				);
			
			}
Exemple #2
0
void ViewpointNode::rotate(SFRotation rot) 
{
	float rotation[4];
	rot.getValue(rotation);
	addOrientation(rotation);
}
Exemple #3
0
void ViewpointNode::rotate(float rotation[4]) 
{
	addOrientation(rotation);
}