from bodybase import BodyBase
[docs]class OrientedTerrain(BodyBase):
""" an oriented terrain object """
def __init__(pos,normal,min_size):
"""
pos: position of the plane
normal: normal of the plane
min_size: the minimumsize of the plane
"""
pass