3D vectors
Sourcetype t = {x : float;y : float;z : float;
} Constructors
Sourceval make : float -> float -> float -> t Sourceval of_triplet : (float * float * float) -> t Export to other types
Sourceval to_triplet : t -> float * float * float Operations